#802C33

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

Shades of Shiraz #802C33

Tints of Shiraz #802C33

Color information

#802C33 (or 0x802C33) is unknown color: approx Shiraz. HEX triplet: 80, 2C and 33. RGB value is (128,44,51). Sum of RGB (Red+Green+Blue) = 128+44+51=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C33 is #7FD3CC. Grayscale: #454545. Windows color (decimal): -8377293 or 3353728. OLE color: 3353728.

HSL color Cylindrical-coordinate representation of color #802C33: hue angle of 355º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C33 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1284451-
CMYK00.660.600.50
HSL355º48.84%33.73%-
HSV(B)355º65.62%50.2%-
XYZ10.46.633.86-
YUV69.91117.33169.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=57.40%
G=19.73%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128445100.660.600.5035548.8433.73
Hex802C330423C321633122
Octal2005463010274625436142
Binary1000000010110011001101000010111100110010101100011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C33; }

 p { color: rgb(128,44,51); }

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

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

 a { background-color: rgb(128,44,51); }

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

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

 span { border-color: rgb(128,44,51); }

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