Shades of Red Robin #803D33
Tints of Red Robin #803D33
RGB
CMYK
RGB Variations
Color information
#803D33 (or 0x803D33) is known color: Red Robin. HEX triplet: 80, 3D and 33. RGB value is (128,61,51). Sum of RGB (Red+Green+Blue) = 128+61+51=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D33 is #7FC2CC. Grayscale: #4F4F4F. Windows color (decimal): -8372941 or 3358080. OLE color: 3358080.
HSL color Cylindrical-coordinate representation of color #803D33: hue angle of 7.79º 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 #803D33 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 51 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.50 |
| HSL | 7.79º | 0.43% | 0.35% | - |
| HSV(B) | 7.79º | 0.6% | 0.5% | - |
| XYZ | 11.17 | 8.17 | 4.12 | - |
| YUV | 79.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 51 | 0 | 0.52 | 0.60 | 0.50 | 7.79 | 0.43 | 0.35 |
| Hex | 80 | 3D | 33 | 0 | 34 | 3C | 32 | 8 | 2B | 23 |
| Octal | 200 | 75 | 63 | 0 | 64 | 74 | 62 | 10 | 53 | 43 |
| Binary | 10000000 | 111101 | 110011 | 0 | 110100 | 111100 | 110010 | 1000 | 101011 | 100011 |
Color Harmonies of #803D33
Complementary color
Monochromatic Colors of #803D33
Black with #803D33
Text Example
Text Example
White with #803D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D33; }
p { color: rgb(128,61,51); }
H1.HeaderClassName
{
color: #803D33;
}
.AnyTagClassName
{
color: #803D33;
}
</style>
background-color css
<style>
a { background-color: #803D33; }
a { background-color: rgb(128,61,51); }
div.DivClassName
{
background-color: #803D33;
}
.BgClassName
{
background-color: #803D33;
}
</style>
border-color css
<style>
span { border-color: #803D33; }
span { border-color: rgb(128,61,51); }
td.TdClassName
{
border-color: #803D33;
}
.TagClassName
{
border-color: #803D33;
}
</style>