#8E203B

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

Shades of Shiraz #8E203B

Tints of Shiraz #8E203B

Color information

#8E203B (or 0x8E203B) is unknown color: approx Shiraz. HEX triplet: 8E, 20 and 3B. RGB value is (142,32,59). Sum of RGB (Red+Green+Blue) = 142+32+59=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E203B is #71DFC4. Grayscale: #434343. Windows color (decimal): -7462853 or 3874958. OLE color: 3874958.

HSL color Cylindrical-coordinate representation of color #8E203B: hue angle of 345.27º degrees, saturation: 0.63, 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 #8E203B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1423259-
CMYK00.770.580.44
HSL345.27º63.22%34.12%-
HSV(B)345.27º77.46%55.69%-
XYZ12.467.14.85-
YUV67.97122.94180.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.94%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=60.94%
G=13.73%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142325900.770.580.44345.2763.2234.12
Hex8E203B04D3A2C1593f22
Octal2164073011572545317742
Binary1000111010000011101101001101111010101100101011001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,59); }

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

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

 a { background-color: rgb(142,32,59); }

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

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

 span { border-color: rgb(142,32,59); }

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