Shades of Red Robin #803C37
Tints of Red Robin #803C37
RGB
CMYK
RGB Variations
Color information
#803C37 (or 0x803C37) is known color: Red Robin. HEX triplet: 80, 3C and 37. RGB value is (128,60,55). Sum of RGB (Red+Green+Blue) = 128+60+55=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #803C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C37 is #7FC3C8. Grayscale: #4F4F4F. Windows color (decimal): -8373193 or 3619968. OLE color: 3619968.
HSL color Cylindrical-coordinate representation of color #803C37: hue angle of 4.11º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803C37 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 55 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.50 |
| HSL | 4.11º | 0.4% | 0.36% | - |
| HSV(B) | 4.11º | 0.57% | 0.5% | - |
| XYZ | 11.21 | 8.1 | 4.59 | - |
| YUV | 79.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 55 | 0 | 0.53 | 0.57 | 0.50 | 4.11 | 0.4 | 0.36 |
| Hex | 80 | 3C | 37 | 0 | 35 | 39 | 32 | 4 | 28 | 24 |
| Octal | 200 | 74 | 67 | 0 | 65 | 71 | 62 | 4 | 50 | 44 |
| Binary | 10000000 | 111100 | 110111 | 0 | 110101 | 111001 | 110010 | 100 | 101000 | 100100 |
Color Harmonies of #803C37
Complementary color
Monochromatic Colors of #803C37
Black with #803C37
Text Example
Text Example
White with #803C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C37; }
p { color: rgb(128,60,55); }
H1.HeaderClassName
{
color: #803C37;
}
.AnyTagClassName
{
color: #803C37;
}
</style>
background-color css
<style>
a { background-color: #803C37; }
a { background-color: rgb(128,60,55); }
div.DivClassName
{
background-color: #803C37;
}
.BgClassName
{
background-color: #803C37;
}
</style>
border-color css
<style>
span { border-color: #803C37; }
span { border-color: rgb(128,60,55); }
td.TdClassName
{
border-color: #803C37;
}
.TagClassName
{
border-color: #803C37;
}
</style>