#8A2539

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

Shades of Shiraz #8A2539

Tints of Shiraz #8A2539

Color information

#8A2539 (or 0x8A2539) is unknown color: approx Shiraz. HEX triplet: 8A, 25 and 39. RGB value is (138,37,57). Sum of RGB (Red+Green+Blue) = 138+37+57=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2539 is #75DAC6. Grayscale: #454545. Windows color (decimal): -7723719 or 3745162. OLE color: 3745162.

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

Color convert

RGB1383757-
CMYK00.730.590.46
HSL348.12º57.71%34.31%-
HSV(B)348.12º73.19%54.12%-
XYZ11.887.024.6-
YUV69.48120.96176.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=59.48%
G=15.95%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138375700.730.590.46348.1257.7134.31
Hex8A25390493B2E15c3a22
Octal2124571011173565347242
Binary1000101010010111100101001001111011101110101011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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