Html Css Color HEX #8C1135 Shiraz

📋 copy color: '#8C1135'

red 140 ◦ green 17 ◦ blue 53

#8C1135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #8C1135

Tints of Shiraz #8C1135

RGB

 RED value IS 140 (55.08% from 255) = 66.67%

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 66.67%
G = 8.1%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C1135 (or 0x8C1135) is known color: Shiraz. HEX triplet: 8C, 11 and 35. RGB value is (140,17,53). Sum of RGB (Red+Green+Blue) = 140+17+53=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1135 is #73EECA. Grayscale: #393939. Windows color (decimal): -7597771 or 3477900. OLE color: 3477900.

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

Color convert

RGB 140 17 53 -
CMYK 0 0.88 0.62 0.45
HSL 342.44º 0.78% 0.31% -
HSV(B) 342.44º 0.88% 0.55% -
XYZ 11.66 6.23 3.96 -
YUV 57.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 140 17 53 0 0.88 0.62 0.45 342.44 0.78 0.31
Hex 8C 11 35 0 58 3E 2D 156 4E 1F
Octal 214 21 65 0 130 76 55 526 116 37
Binary 10001100 10001 110101 0 1011000 111110 101101 101010110 1001110 11111

Color Harmonies of #8C1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1135

Black with #8C1135

Text Example


Text Example

White with #8C1135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C1135;
 }
 .AnyTagClassName
 {
   color: #8C1135;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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