Html Css Color HEX #8E1737 Shiraz

📋 copy color: '#8E1737'

red 142 ◦ green 23 ◦ blue 55

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

Shades of Shiraz #8E1737

Tints of Shiraz #8E1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 64.55%
G = 10.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E1737 (or 0x8E1737) is known color: Shiraz. HEX triplet: 8E, 17 and 37. RGB value is (142,23,55). Sum of RGB (Red+Green+Blue) = 142+23+55=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1737 is #71E8C8. Grayscale: #3E3E3E. Windows color (decimal): -7465161 or 3610510. OLE color: 3610510.

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

Color convert

RGB 142 23 55 -
CMYK 0 0.84 0.61 0.44
HSL 343.87º 0.72% 0.32% -
HSV(B) 343.87º 0.84% 0.56% -
XYZ 12.15 6.64 4.26 -
YUV 62.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 142 23 55 0 0.84 0.61 0.44 343.87 0.72 0.32
Hex 8E 17 37 0 54 3D 2C 158 48 20
Octal 216 27 67 0 124 75 54 530 110 40
Binary 10001110 10111 110111 0 1010100 111101 101100 101011000 1001000 100000

Color Harmonies of #8E1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1737

Black with #8E1737

Text Example


Text Example

White with #8E1737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,55); }

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

background-color css

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

 a { background-color: rgb(142,23,55); }

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

border-color css

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

 span { border-color: rgb(142,23,55); }

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