#802636

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

Shades of Shiraz #802636

Tints of Shiraz #802636

Color information

#802636 (or 0x802636) is unknown color: approx Shiraz. HEX triplet: 80, 26 and 36. RGB value is (128,38,54). Sum of RGB (Red+Green+Blue) = 128+38+54=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #802636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802636 is #7FD9C9. Grayscale: #424242. Windows color (decimal): -8378826 or 3548800. OLE color: 3548800.

HSL color Cylindrical-coordinate representation of color #802636: hue angle of 349.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802636 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1283854-
CMYK00.700.580.50
HSL349.33º54.22%32.55%-
HSV(B)349.33º70.31%50.2%-
XYZ10.266.244.15-
YUV66.73120.82171.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.18%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=58.18%
G=17.27%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128385400.700.580.50349.3354.2232.55
Hex8026360463A3215d3621
Octal2004666010672625356641
Binary1000000010011011011001000110111010110010101011101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802636; }

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

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

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

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

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

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

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

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