Html Css Color HEX #8E213E Shiraz

📋 copy color: '#8E213E'

red 142 ◦ green 33 ◦ blue 62

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

Shades of Shiraz #8E213E

Tints of Shiraz #8E213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 59.92%
G = 13.92%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E213E (or 0x8E213E) is known color: Shiraz. HEX triplet: 8E, 21 and 3E. RGB value is (142,33,62). Sum of RGB (Red+Green+Blue) = 142+33+62=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E213E is #71DEC1. Grayscale: #444444. Windows color (decimal): -7462594 or 4071822. OLE color: 4071822.

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

Color convert

RGB 142 33 62 -
CMYK 0 0.77 0.56 0.44
HSL 344.04º 0.62% 0.34% -
HSV(B) 344.04º 0.77% 0.56% -
XYZ 12.57 7.19 5.28 -
YUV 68.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 142 33 62 0 0.77 0.56 0.44 344.04 0.62 0.34
Hex 8E 21 3E 0 4D 38 2C 158 3E 22
Octal 216 41 76 0 115 70 54 530 76 42
Binary 10001110 100001 111110 0 1001101 111000 101100 101011000 111110 100010

Color Harmonies of #8E213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E213E

Black with #8E213E

Text Example


Text Example

White with #8E213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,62); }

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

background-color css

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

 a { background-color: rgb(142,33,62); }

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

border-color css

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

 span { border-color: rgb(142,33,62); }

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