Html Css Color HEX #8E1736 Shiraz

📋 copy color: '#8E1736'

red 142 ◦ green 23 ◦ blue 54

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

Shades of Shiraz #8E1736

Tints of Shiraz #8E1736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 64.84%
G = 10.5%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E1736 (or 0x8E1736) is known color: Shiraz. HEX triplet: 8E, 17 and 36. RGB value is (142,23,54). Sum of RGB (Red+Green+Blue) = 142+23+54=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1736 is #71E8C9. Grayscale: #3E3E3E. Windows color (decimal): -7465162 or 3544974. OLE color: 3544974.

HSL color Cylindrical-coordinate representation of color #8E1736: hue angle of 344.37º 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 #8E1736 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 54 -
CMYK 0 0.84 0.62 0.44
HSL 344.37º 0.72% 0.32% -
HSV(B) 344.37º 0.84% 0.56% -
XYZ 12.13 6.63 4.13 -
YUV 62.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 142 23 54 0 0.84 0.62 0.44 344.37 0.72 0.32
Hex 8E 17 36 0 54 3E 2C 158 48 20
Octal 216 27 66 0 124 76 54 530 110 40
Binary 10001110 10111 110110 0 1010100 111110 101100 101011000 1001000 100000

Color Harmonies of #8E1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1736

Black with #8E1736

Text Example


Text Example

White with #8E1736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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