Shades of Red Robin #803F32
Tints of Red Robin #803F32
RGB
CMYK
RGB Variations
Color information
#803F32 (or 0x803F32) is known color: Red Robin. HEX triplet: 80, 3F and 32. RGB value is (128,63,50). Sum of RGB (Red+Green+Blue) = 128+63+50=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F32 is #7FC0CD. Grayscale: #515151. Windows color (decimal): -8372430 or 3293056. OLE color: 3293056.
HSL color Cylindrical-coordinate representation of color #803F32: hue angle of 10º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803F32 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 50 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.50 |
| HSL | 10º | 0.44% | 0.35% | - |
| HSV(B) | 10º | 0.61% | 0.5% | - |
| XYZ | 11.26 | 8.37 | 4.04 | - |
| YUV | 80.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 50 | 0 | 0.51 | 0.61 | 0.50 | 10 | 0.44 | 0.35 |
| Hex | 80 | 3F | 32 | 0 | 33 | 3D | 32 | A | 2C | 23 |
| Octal | 200 | 77 | 62 | 0 | 63 | 75 | 62 | 12 | 54 | 43 |
| Binary | 10000000 | 111111 | 110010 | 0 | 110011 | 111101 | 110010 | 1010 | 101100 | 100011 |
Color Harmonies of #803F32
Complementary color
Monochromatic Colors of #803F32
Black with #803F32
Text Example
Text Example
White with #803F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F32; }
p { color: rgb(128,63,50); }
H1.HeaderClassName
{
color: #803F32;
}
.AnyTagClassName
{
color: #803F32;
}
</style>
background-color css
<style>
a { background-color: #803F32; }
a { background-color: rgb(128,63,50); }
div.DivClassName
{
background-color: #803F32;
}
.BgClassName
{
background-color: #803F32;
}
</style>
border-color css
<style>
span { border-color: #803F32; }
span { border-color: rgb(128,63,50); }
td.TdClassName
{
border-color: #803F32;
}
.TagClassName
{
border-color: #803F32;
}
</style>