Html Css Color HEX #8E1036 Shiraz

📋 copy color: '#8E1036'

red 142 ◦ green 16 ◦ blue 54

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

Shades of Shiraz #8E1036

Tints of Shiraz #8E1036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 66.98%
G = 7.55%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#8E1036 (or 0x8E1036) is known color: Shiraz. HEX triplet: 8E, 10 and 36. RGB value is (142,16,54). Sum of RGB (Red+Green+Blue) = 142+16+54=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1036 is #71EFC9. Grayscale: #393939. Windows color (decimal): -7466954 or 3543182. OLE color: 3543182.

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

Color convert

RGB 142 16 54 -
CMYK 0 0.89 0.62 0.44
HSL 341.9º 0.8% 0.31% -
HSV(B) 341.9º 0.89% 0.56% -
XYZ 12.01 6.39 4.09 -
YUV 58.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 142 16 54 0 0.89 0.62 0.44 341.9 0.8 0.31
Hex 8E 10 36 0 59 3E 2C 156 50 1F
Octal 216 20 66 0 131 76 54 526 120 37
Binary 10001110 10000 110110 0 1011001 111110 101100 101010110 1010000 11111

Color Harmonies of #8E1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1036

Black with #8E1036

Text Example


Text Example

White with #8E1036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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