#8A2439

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

Shades of Shiraz #8A2439

Tints of Shiraz #8A2439

Color information

#8A2439 (or 0x8A2439) is unknown color: approx Shiraz. HEX triplet: 8A, 24 and 39. RGB value is (138,36,57). Sum of RGB (Red+Green+Blue) = 138+36+57=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2439 is #75DBC6. Grayscale: #444444. Windows color (decimal): -7723975 or 3744906. OLE color: 3744906.

HSL color Cylindrical-coordinate representation of color #8A2439: hue angle of 347.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2439 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1383657-
CMYK00.740.590.46
HSL347.65º58.62%34.12%-
HSV(B)347.65º73.91%54.12%-
XYZ11.856.964.59-
YUV68.89121.29177.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.74%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=59.74%
G=15.58%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138365700.740.590.46347.6558.6234.12
Hex8A243904A3B2E15c3b22
Octal2124471011273565347342
Binary1000101010010011100101001010111011101110101011100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,57); }

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

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

 a { background-color: rgb(138,36,57); }

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

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

 span { border-color: rgb(138,36,57); }

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