Shades of Red Robin #7F3F36
Tints of Red Robin #7F3F36
RGB
CMYK
RGB Variations
Color information
#7F3F36 (or 0x7F3F36) is known color: Red Robin. HEX triplet: 7F, 3F and 36. RGB value is (127,63,54). Sum of RGB (Red+Green+Blue) = 127+63+54=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3F36 is #80C0C9. Grayscale: #515151. Windows color (decimal): -8437962 or 3555199. OLE color: 3555199.
HSL color Cylindrical-coordinate representation of color #7F3F36: hue angle of 7.4º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3F36 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 63 | 54 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.50 |
| HSL | 7.4º | 0.4% | 0.35% | - |
| HSV(B) | 7.4º | 0.57% | 0.5% | - |
| XYZ | 11.2 | 8.33 | 4.51 | - |
| YUV | 81.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 54 | 0 | 0.50 | 0.57 | 0.50 | 7.4 | 0.4 | 0.35 |
| Hex | 7F | 3F | 36 | 0 | 32 | 39 | 32 | 7 | 28 | 23 |
| Octal | 177 | 77 | 66 | 0 | 62 | 71 | 62 | 7 | 50 | 43 |
| Binary | 1111111 | 111111 | 110110 | 0 | 110010 | 111001 | 110010 | 111 | 101000 | 100011 |
Color Harmonies of #7F3F36
Complementary color
Monochromatic Colors of #7F3F36
Black with #7F3F36
Text Example
Text Example
White with #7F3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3F36; }
p { color: rgb(127,63,54); }
H1.HeaderClassName
{
color: #7F3F36;
}
.AnyTagClassName
{
color: #7F3F36;
}
</style>
background-color css
<style>
a { background-color: #7F3F36; }
a { background-color: rgb(127,63,54); }
div.DivClassName
{
background-color: #7F3F36;
}
.BgClassName
{
background-color: #7F3F36;
}
</style>
border-color css
<style>
span { border-color: #7F3F36; }
span { border-color: rgb(127,63,54); }
td.TdClassName
{
border-color: #7F3F36;
}
.TagClassName
{
border-color: #7F3F36;
}
</style>