Html Css Color HEX #8E142D Shiraz

📋 copy color: '#8E142D'

red 142 ◦ green 20 ◦ blue 45

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

Shades of Shiraz #8E142D

Tints of Shiraz #8E142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 68.6%
G = 9.66%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E142D (or 0x8E142D) is known color: Shiraz. HEX triplet: 8E, 14 and 2D. RGB value is (142,20,45). Sum of RGB (Red+Green+Blue) = 142+20+45=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E142D is #71EBD2. Grayscale: #3B3B3B. Windows color (decimal): -7465939 or 2954382. OLE color: 2954382.

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

Color convert

RGB 142 20 45 -
CMYK 0 0.86 0.68 0.44
HSL 347.7º 0.75% 0.32% -
HSV(B) 347.7º 0.86% 0.56% -
XYZ 11.88 6.44 3.1 -
YUV 59.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 142 20 45 0 0.86 0.68 0.44 347.7 0.75 0.32
Hex 8E 14 2D 0 56 44 2C 15C 4B 20
Octal 216 24 55 0 126 104 54 534 113 40
Binary 10001110 10100 101101 0 1010110 1000100 101100 101011100 1001011 100000

Color Harmonies of #8E142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E142D

Black with #8E142D

Text Example


Text Example

White with #8E142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,20,45); }

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

background-color css

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

 a { background-color: rgb(142,20,45); }

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

border-color css

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

 span { border-color: rgb(142,20,45); }

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