Html Css Color HEX #8E1334 Shiraz

📋 copy color: '#8E1334'

red 142 ◦ green 19 ◦ blue 52

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

Shades of Shiraz #8E1334

Tints of Shiraz #8E1334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 66.67%
G = 8.92%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E1334 (or 0x8E1334) is known color: Shiraz. HEX triplet: 8E, 13 and 34. RGB value is (142,19,52). Sum of RGB (Red+Green+Blue) = 142+19+52=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1334 is #71ECCB. Grayscale: #3B3B3B. Windows color (decimal): -7466188 or 3412878. OLE color: 3412878.

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

Color convert

RGB 142 19 52 -
CMYK 0 0.87 0.63 0.44
HSL 343.9º 0.76% 0.32% -
HSV(B) 343.9º 0.87% 0.56% -
XYZ 12.01 6.46 3.86 -
YUV 59.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 142 19 52 0 0.87 0.63 0.44 343.9 0.76 0.32
Hex 8E 13 34 0 57 3F 2C 158 4C 20
Octal 216 23 64 0 127 77 54 530 114 40
Binary 10001110 10011 110100 0 1010111 111111 101100 101011000 1001100 100000

Color Harmonies of #8E1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1334

Black with #8E1334

Text Example


Text Example

White with #8E1334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,19,52); }

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

background-color css

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

 a { background-color: rgb(142,19,52); }

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

border-color css

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

 span { border-color: rgb(142,19,52); }

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