Html Css Color HEX #8E1531 Shiraz

📋 copy color: '#8E1531'

red 142 ◦ green 21 ◦ blue 49

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

Shades of Shiraz #8E1531

Tints of Shiraz #8E1531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 66.98%
G = 9.91%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E1531 (or 0x8E1531) is known color: Shiraz. HEX triplet: 8E, 15 and 31. RGB value is (142,21,49). Sum of RGB (Red+Green+Blue) = 142+21+49=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1531 is #71EACE. Grayscale: #3C3C3C. Windows color (decimal): -7465679 or 3216782. OLE color: 3216782.

HSL color Cylindrical-coordinate representation of color #8E1531: hue angle of 346.12º 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 #8E1531 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 49 -
CMYK 0 0.85 0.65 0.44
HSL 346.12º 0.74% 0.32% -
HSV(B) 346.12º 0.85% 0.56% -
XYZ 11.98 6.51 3.53 -
YUV 60.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 142 21 49 0 0.85 0.65 0.44 346.12 0.74 0.32
Hex 8E 15 31 0 55 41 2C 15A 4A 20
Octal 216 25 61 0 125 101 54 532 112 40
Binary 10001110 10101 110001 0 1010101 1000001 101100 101011010 1001010 100000

Color Harmonies of #8E1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1531

Black with #8E1531

Text Example


Text Example

White with #8E1531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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