#802A33

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

Shades of Shiraz #802A33

Tints of Shiraz #802A33

Color information

#802A33 (or 0x802A33) is unknown color: approx Shiraz. HEX triplet: 80, 2A and 33. RGB value is (128,42,51). Sum of RGB (Red+Green+Blue) = 128+42+51=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #802A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A33 is #7FD5CC. Grayscale: #444444. Windows color (decimal): -8377805 or 3353216. OLE color: 3353216.

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

Color convert

RGB1284251-
CMYK00.670.600.50
HSL353.72º50.59%33.33%-
HSV(B)353.72º67.19%50.2%-
XYZ10.336.483.84-
YUV68.74117.99170.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.92%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=57.92%
G=19.00%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128425100.670.600.50353.7250.5933.33
Hex802A330433C321623321
Octal2005263010374625426341
Binary1000000010101011001101000011111100110010101100010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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