Html Css Color HEX #8E192F Shiraz

📋 copy color: '#8E192F'

red 142 ◦ green 25 ◦ blue 47

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

Shades of Shiraz #8E192F

Tints of Shiraz #8E192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 66.36%
G = 11.68%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E192F (or 0x8E192F) is known color: Shiraz. HEX triplet: 8E, 19 and 2F. RGB value is (142,25,47). Sum of RGB (Red+Green+Blue) = 142+25+47=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192F is #71E6D0. Grayscale: #3E3E3E. Windows color (decimal): -7464657 or 3086734. OLE color: 3086734.

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

Color convert

RGB 142 25 47 -
CMYK 0 0.82 0.67 0.44
HSL 348.72º 0.7% 0.33% -
HSV(B) 348.72º 0.82% 0.56% -
XYZ 12.02 6.65 3.34 -
YUV 62.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 142 25 47 0 0.82 0.67 0.44 348.72 0.7 0.33
Hex 8E 19 2F 0 52 43 2C 15D 46 21
Octal 216 31 57 0 122 103 54 535 106 41
Binary 10001110 11001 101111 0 1010010 1000011 101100 101011101 1000110 100001

Color Harmonies of #8E192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E192F

Black with #8E192F

Text Example


Text Example

White with #8E192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,25,47); }

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

background-color css

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

 a { background-color: rgb(142,25,47); }

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

border-color css

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

 span { border-color: rgb(142,25,47); }

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