Html Css Color HEX #8E1B39 Shiraz

📋 copy color: '#8E1B39'

red 142 ◦ green 27 ◦ blue 57

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

Shades of Shiraz #8E1B39

Tints of Shiraz #8E1B39

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.95%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 62.83%
G = 11.95%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8E1B39 (or 0x8E1B39) is known color: Shiraz. HEX triplet: 8E, 1B and 39. RGB value is (142,27,57). Sum of RGB (Red+Green+Blue) = 142+27+57=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B39 is #71E4C6. Grayscale: #404040. Windows color (decimal): -7464135 or 3742606. OLE color: 3742606.

HSL color Cylindrical-coordinate representation of color #8E1B39: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B39 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 57 -
CMYK 0 0.81 0.60 0.44
HSL 344.35º 0.68% 0.33% -
HSV(B) 344.35º 0.81% 0.56% -
XYZ 12.29 6.83 4.54 -
YUV 64.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 142 27 57 0 0.81 0.60 0.44 344.35 0.68 0.33
Hex 8E 1B 39 0 51 3C 2C 158 44 21
Octal 216 33 71 0 121 74 54 530 104 41
Binary 10001110 11011 111001 0 1010001 111100 101100 101011000 1000100 100001

Color Harmonies of #8E1B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B39

Black with #8E1B39

Text Example


Text Example

White with #8E1B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,57); }

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

background-color css

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

 a { background-color: rgb(142,27,57); }

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

border-color css

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

 span { border-color: rgb(142,27,57); }

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