Shades of Red Robin #803E31
Tints of Red Robin #803E31
RGB
CMYK
RGB Variations
Color information
#803E31 (or 0x803E31) is known color: Red Robin. HEX triplet: 80, 3E and 31. RGB value is (128,62,49). Sum of RGB (Red+Green+Blue) = 128+62+49=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #803E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E31 is #7FC1CE. Grayscale: #505050. Windows color (decimal): -8372687 or 3227264. OLE color: 3227264.
HSL color Cylindrical-coordinate representation of color #803E31: hue angle of 9.87º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803E31 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 49 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.50 |
| HSL | 9.87º | 0.45% | 0.35% | - |
| HSV(B) | 9.87º | 0.62% | 0.5% | - |
| XYZ | 11.18 | 8.26 | 3.91 | - |
| YUV | 80.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 49 | 0 | 0.52 | 0.62 | 0.50 | 9.87 | 0.45 | 0.35 |
| Hex | 80 | 3E | 31 | 0 | 34 | 3E | 32 | A | 2D | 23 |
| Octal | 200 | 76 | 61 | 0 | 64 | 76 | 62 | 12 | 55 | 43 |
| Binary | 10000000 | 111110 | 110001 | 0 | 110100 | 111110 | 110010 | 1010 | 101101 | 100011 |
Color Harmonies of #803E31
Complementary color
Monochromatic Colors of #803E31
Black with #803E31
Text Example
Text Example
White with #803E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E31; }
p { color: rgb(128,62,49); }
H1.HeaderClassName
{
color: #803E31;
}
.AnyTagClassName
{
color: #803E31;
}
</style>
background-color css
<style>
a { background-color: #803E31; }
a { background-color: rgb(128,62,49); }
div.DivClassName
{
background-color: #803E31;
}
.BgClassName
{
background-color: #803E31;
}
</style>
border-color css
<style>
span { border-color: #803E31; }
span { border-color: rgb(128,62,49); }
td.TdClassName
{
border-color: #803E31;
}
.TagClassName
{
border-color: #803E31;
}
</style>