#8A2536

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

Shades of Shiraz #8A2536

Tints of Shiraz #8A2536

Color information

#8A2536 (or 0x8A2536) is unknown color: approx Shiraz. HEX triplet: 8A, 25 and 36. RGB value is (138,37,54). Sum of RGB (Red+Green+Blue) = 138+37+54=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2536 is #75DAC9. Grayscale: #454545. Windows color (decimal): -7723722 or 3548554. OLE color: 3548554.

HSL color Cylindrical-coordinate representation of color #8A2536: hue angle of 349.9º 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 #8A2536 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1383754-
CMYK00.730.610.46
HSL349.9º57.71%34.31%-
HSV(B)349.9º73.19%54.12%-
XYZ11.816.994.22-
YUV69.14119.46177.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.26%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=60.26%
G=16.16%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138375400.730.610.46349.957.7134.31
Hex8A25360493D2E15e3a22
Octal2124566011175565367242
Binary1000101010010111011001001001111101101110101011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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