#804033

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

Shades of Red Robin #804033

Tints of Red Robin #804033

Color information

#804033 (or 0x804033) is unknown color: approx Red Robin. HEX triplet: 80, 40 and 33. RGB value is (128,64,51). Sum of RGB (Red+Green+Blue) = 128+64+51=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #804033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804033 is #7FBFCC. Grayscale: #515151. Windows color (decimal): -8372173 or 3358848. OLE color: 3358848.

HSL color Cylindrical-coordinate representation of color #804033: hue angle of 10.13º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804033 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1286451-
CMYK00.50.600.50
HSL10.13º43.02%35.1%-
HSV(B)10.13º60.16%50.2%-
XYZ11.338.54.17-
YUV81.65110.7161.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=52.67%
G=26.34%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128645100.50.600.5010.1343.0235.1
Hex8040330323C32a2b23
Octal200100630627462125343
Binary10000000100000011001101100101111001100101010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804033; }

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

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

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

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

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

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

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

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