Html Css Color HEX #8E113C Shiraz

📋 copy color: '#8E113C'

red 142 ◦ green 17 ◦ blue 60

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

Shades of Shiraz #8E113C

Tints of Shiraz #8E113C

RGB

 RED value IS 142 (55.86% from 255) = 64.84%

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 64.84%
G = 7.76%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E113C (or 0x8E113C) is known color: Shiraz. HEX triplet: 8E, 11 and 3C. RGB value is (142,17,60). Sum of RGB (Red+Green+Blue) = 142+17+60=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E113C is #71EEC3. Grayscale: #3B3B3B. Windows color (decimal): -7466692 or 3936654. OLE color: 3936654.

HSL color Cylindrical-coordinate representation of color #8E113C: hue angle of 339.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E113C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 60 -
CMYK 0 0.88 0.58 0.44
HSL 339.36º 0.79% 0.31% -
HSV(B) 339.36º 0.88% 0.56% -
XYZ 12.17 6.48 4.88 -
YUV 59.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 142 17 60 0 0.88 0.58 0.44 339.36 0.79 0.31
Hex 8E 11 3C 0 58 3A 2C 153 4F 1F
Octal 216 21 74 0 130 72 54 523 117 37
Binary 10001110 10001 111100 0 1011000 111010 101100 101010011 1001111 11111

Color Harmonies of #8E113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E113C

Black with #8E113C

Text Example


Text Example

White with #8E113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,60); }

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

background-color css

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

 a { background-color: rgb(142,17,60); }

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

border-color css

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

 span { border-color: rgb(142,17,60); }

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