#8C1735

Color #8C1735 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8C1735

Tints of Shiraz #8C1735

Color information

#8C1735 (or 0x8C1735) is unknown color: approx Shiraz. HEX triplet: 8C, 17 and 35. RGB value is (140,23,53). Sum of RGB (Red+Green+Blue) = 140+23+53=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1735 is #73E8CA. Grayscale: #3D3D3D. Windows color (decimal): -7596235 or 3479436. OLE color: 3479436.

HSL color Cylindrical-coordinate representation of color #8C1735: hue angle of 344.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1735 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1402353-
CMYK00.840.620.45
HSL344.62º71.78%31.96%-
HSV(B)344.62º83.57%54.9%-
XYZ11.766.453.99-
YUV61.4123.26184.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=64.81%
G=10.65%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140235300.840.620.45344.6271.7831.96
Hex8C17350543E2D1594820
Octal21427650124765553111040
Binary1000110010111110101010101001111101011011010110011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1735; }

 p { color: rgb(140,23,53); }

 H1.HeaderClassName
 {
   color: #8C1735;
 }
 .AnyTagClassName
 {
   color: #8C1735;
 }
</style>
background-color css

<style>
 a { background-color: #8C1735; }

 a { background-color: rgb(140,23,53); }

 div.DivClassName
 {
   background-color: #8C1735;
 }
 .BgClassName
 {
   background-color: #8C1735;
 }
</style>
border-color css

<style>
 span { border-color: #8C1735; }

 span { border-color: rgb(140,23,53); }

 td.TdClassName
 {
   border-color: #8C1735;
 }
 .TagClassName
 {
   border-color: #8C1735;
 }
</style>