#8E2740

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

Shades of Shiraz #8E2740

Tints of Shiraz #8E2740

Color information

#8E2740 (or 0x8E2740) is unknown color: approx Shiraz. HEX triplet: 8E, 27 and 40. RGB value is (142,39,64). Sum of RGB (Red+Green+Blue) = 142+39+64=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2740 is #71D8BF. Grayscale: #484848. Windows color (decimal): -7461056 or 4204430. OLE color: 4204430.

HSL color Cylindrical-coordinate representation of color #8E2740: hue angle of 345.44º degrees, saturation: 0.57, 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 #8E2740 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1423964-
CMYK00.730.550.44
HSL345.44º56.91%35.49%-
HSV(B)345.44º72.54%55.69%-
XYZ12.817.575.64-
YUV72.65123.12177.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=57.96%
G=15.92%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142396400.730.550.44345.4456.9135.49
Hex8E2740049372C1593923
Octal21647100011167545317143
Binary10001110100111100000001001001110111101100101011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,39,64); }

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

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

 a { background-color: rgb(142,39,64); }

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

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

 span { border-color: rgb(142,39,64); }

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