Html Css Color HEX #8E152D Shiraz

📋 copy color: '#8E152D'

red 142 ◦ green 21 ◦ blue 45

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

Shades of Shiraz #8E152D

Tints of Shiraz #8E152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

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

R = 68.27%
G = 10.1%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E152D (or 0x8E152D) is known color: Shiraz. HEX triplet: 8E, 15 and 2D. RGB value is (142,21,45). Sum of RGB (Red+Green+Blue) = 142+21+45=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E152D is #71EAD2. Grayscale: #3B3B3B. Windows color (decimal): -7465683 or 2954638. OLE color: 2954638.

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

Color convert

RGB 142 21 45 -
CMYK 0 0.85 0.68 0.44
HSL 348.1º 0.74% 0.32% -
HSV(B) 348.1º 0.85% 0.56% -
XYZ 11.9 6.48 3.11 -
YUV 59.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 142 21 45 0 0.85 0.68 0.44 348.1 0.74 0.32
Hex 8E 15 2D 0 55 44 2C 15C 4A 20
Octal 216 25 55 0 125 104 54 534 112 40
Binary 10001110 10101 101101 0 1010101 1000100 101100 101011100 1001010 100000

Color Harmonies of #8E152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E152D

Black with #8E152D

Text Example


Text Example

White with #8E152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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