Shades of Red Robin #804133
Tints of Red Robin #804133
RGB
CMYK
RGB Variations
Color information
#804133 (or 0x804133) is known color: 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
| RGB | 128 | 65 | 51 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.50 |
| HSL | 10.91º | 0.43% | 0.35% | - |
| HSV(B) | 10.91º | 0.6% | 0.5% | - |
| XYZ | 11.39 | 8.61 | 4.19 | - |
| YUV | 82.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 51 | 0 | 0.49 | 0.60 | 0.50 | 10.91 | 0.43 | 0.35 |
| Hex | 80 | 41 | 33 | 0 | 31 | 3C | 32 | B | 2B | 23 |
| Octal | 200 | 101 | 63 | 0 | 61 | 74 | 62 | 13 | 53 | 43 |
| Binary | 10000000 | 1000001 | 110011 | 0 | 110001 | 111100 | 110010 | 1011 | 101011 | 100011 |
Color Harmonies of #804133
Complementary color
Monochromatic Colors of #804133
Black with #804133
Text Example
Text Example
White with #804133
Text Example
Text Example
HTML Codes & Css Web 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>