Html Css Color HEX #8E132C Shiraz

📋 copy color: '#8E132C'

red 142 ◦ green 19 ◦ blue 44

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

Shades of Shiraz #8E132C

Tints of Shiraz #8E132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 69.27%
G = 9.27%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E132C (or 0x8E132C) is known color: Shiraz. HEX triplet: 8E, 13 and 2C. RGB value is (142,19,44). Sum of RGB (Red+Green+Blue) = 142+19+44=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E132C is #71ECD3. Grayscale: #3A3A3A. Windows color (decimal): -7466196 or 2888590. OLE color: 2888590.

HSL color Cylindrical-coordinate representation of color #8E132C: hue angle of 347.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E132C is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 19 44 -
CMYK 0 0.87 0.69 0.44
HSL 347.8º 0.76% 0.32% -
HSV(B) 347.8º 0.87% 0.56% -
XYZ 11.84 6.4 2.99 -
YUV 58.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 142 19 44 0 0.87 0.69 0.44 347.8 0.76 0.32
Hex 8E 13 2C 0 57 45 2C 15C 4C 20
Octal 216 23 54 0 127 105 54 534 114 40
Binary 10001110 10011 101100 0 1010111 1000101 101100 101011100 1001100 100000

Color Harmonies of #8E132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E132C

Black with #8E132C

Text Example


Text Example

White with #8E132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,19,44); }

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

background-color css

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

 a { background-color: rgb(142,19,44); }

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

border-color css

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

 span { border-color: rgb(142,19,44); }

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