#802536

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

Shades of Shiraz #802536

Tints of Shiraz #802536

Color information

#802536 (or 0x802536) is unknown color: approx Shiraz. HEX triplet: 80, 25 and 36. RGB value is (128,37,54). Sum of RGB (Red+Green+Blue) = 128+37+54=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802536 is #7FDAC9. Grayscale: #424242. Windows color (decimal): -8379082 or 3548544. OLE color: 3548544.

HSL color Cylindrical-coordinate representation of color #802536: hue angle of 348.79º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802536 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1283754-
CMYK00.710.580.50
HSL348.79º55.15%32.35%-
HSV(B)348.79º71.09%50.2%-
XYZ10.236.184.14-
YUV66.15121.15172.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.45%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=58.45%
G=16.89%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128375400.710.580.50348.7955.1532.35
Hex8025360473A3215d3720
Octal2004566010772625356740
Binary1000000010010111011001000111111010110010101011101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802536; }

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

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

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

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

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

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

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

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