#804133

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

Shades of Red Robin #804133

Tints of Red Robin #804133

Color information

#804133 (or 0x804133) is unknown color: approx Red Robin. HEX triplet: 80, 41 and 33. RGB value is (128,65,51). Sum of RGB (Red+Green+Blue) = 128+65+51=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804133 is #7FBECC. Grayscale: #525252. Windows color (decimal): -8371917 or 3359104. OLE color: 3359104.

HSL color Cylindrical-coordinate representation of color #804133: hue angle of 10.91º 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 #804133 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1286551-
CMYK00.490.600.50
HSL10.91º43.02%35.1%-
HSV(B)10.91º60.16%50.2%-
XYZ11.398.614.19-
YUV82.24110.37160.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=52.46%
G=26.64%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128655100.490.600.5010.9143.0235.1
Hex8041330313C32b2b23
Octal200101630617462135343
Binary10000000100000111001101100011111001100101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804133; }

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

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

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

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

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

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

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

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