#8E263B

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

Shades of Shiraz #8E263B

Tints of Shiraz #8E263B

Color information

#8E263B (or 0x8E263B) is unknown color: approx Shiraz. HEX triplet: 8E, 26 and 3B. RGB value is (142,38,59). Sum of RGB (Red+Green+Blue) = 142+38+59=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E263B is #71D9C4. Grayscale: #474747. Windows color (decimal): -7461317 or 3876494. OLE color: 3876494.

HSL color Cylindrical-coordinate representation of color #8E263B: hue angle of 347.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E263B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1423859-
CMYK00.730.580.44
HSL347.88º57.78%35.29%-
HSV(B)347.88º73.24%55.69%-
XYZ12.647.454.91-
YUV71.49120.96178.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=59.41%
G=15.90%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142385900.730.580.44347.8857.7835.29
Hex8E263B0493A2C15c3a23
Octal2164673011172545347243
Binary1000111010011011101101001001111010101100101011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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