#8E213D

Color #8E213D Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8E213D

Tints of Shiraz #8E213D

Color information

#8E213D (or 0x8E213D) is unknown color: approx Shiraz. HEX triplet: 8E, 21 and 3D. RGB value is (142,33,61). Sum of RGB (Red+Green+Blue) = 142+33+61=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E213D is #71DEC2. Grayscale: #444444. Windows color (decimal): -7462595 or 4006286. OLE color: 4006286.

HSL color Cylindrical-coordinate representation of color #8E213D: hue angle of 344.59º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E213D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1423361-
CMYK00.770.570.44
HSL344.59º62.29%34.31%-
HSV(B)344.59º76.76%55.69%-
XYZ12.547.185.14-
YUV68.78123.61180.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=60.17%
G=13.98%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142336100.770.570.44344.5962.2934.31
Hex8E213D04D392C1593e22
Octal2164175011571545317642
Binary1000111010000111110101001101111001101100101011001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,61); }

 H1.HeaderClassName
 {
   color: #8E213D;
 }
 .AnyTagClassName
 {
   color: #8E213D;
 }
</style>
background-color css

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

 a { background-color: rgb(142,33,61); }

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

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

 span { border-color: rgb(142,33,61); }

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