#8A2039

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

Shades of Shiraz #8A2039

Tints of Shiraz #8A2039

Color information

#8A2039 (or 0x8A2039) is unknown color: approx Shiraz. HEX triplet: 8A, 20 and 39. RGB value is (138,32,57). Sum of RGB (Red+Green+Blue) = 138+32+57=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2039 is #75DFC6. Grayscale: #424242. Windows color (decimal): -7724999 or 3743882. OLE color: 3743882.

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

Color convert

RGB1383257-
CMYK00.770.590.46
HSL345.85º62.35%33.33%-
HSV(B)345.85º76.81%54.12%-
XYZ11.746.734.55-
YUV66.54122.62178.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.79%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=60.79%
G=14.10%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138325700.770.590.46345.8562.3533.33
Hex8A203904D3B2E15a3e21
Octal2124071011573565327641
Binary1000101010000011100101001101111011101110101011010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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