Shades of Red Robin #7F433E
Tints of Red Robin #7F433E
RGB
CMYK
RGB Variations
Color information
#7F433E (or 0x7F433E) is known color: Red Robin. HEX triplet: 7F, 43 and 3E. RGB value is (127,67,62). Sum of RGB (Red+Green+Blue) = 127+67+62=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F433E is #80BCC1. Grayscale: #545454. Windows color (decimal): -8436930 or 4080511. OLE color: 4080511.
HSL color Cylindrical-coordinate representation of color #7F433E: hue angle of 4.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F433E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 62 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.50 |
| HSL | 4.62º | 0.34% | 0.37% | - |
| HSV(B) | 4.62º | 0.51% | 0.5% | - |
| XYZ | 11.63 | 8.87 | 5.66 | - |
| YUV | 84.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 62 | 0 | 0.47 | 0.51 | 0.50 | 4.62 | 0.34 | 0.37 |
| Hex | 7F | 43 | 3E | 0 | 2F | 33 | 32 | 5 | 22 | 25 |
| Octal | 177 | 103 | 76 | 0 | 57 | 63 | 62 | 5 | 42 | 45 |
| Binary | 1111111 | 1000011 | 111110 | 0 | 101111 | 110011 | 110010 | 101 | 100010 | 100101 |
Color Harmonies of #7F433E
Complementary color
Monochromatic Colors of #7F433E
Black with #7F433E
Text Example
Text Example
White with #7F433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F433E; }
p { color: rgb(127,67,62); }
H1.HeaderClassName
{
color: #7F433E;
}
.AnyTagClassName
{
color: #7F433E;
}
</style>
background-color css
<style>
a { background-color: #7F433E; }
a { background-color: rgb(127,67,62); }
div.DivClassName
{
background-color: #7F433E;
}
.BgClassName
{
background-color: #7F433E;
}
</style>
border-color css
<style>
span { border-color: #7F433E; }
span { border-color: rgb(127,67,62); }
td.TdClassName
{
border-color: #7F433E;
}
.TagClassName
{
border-color: #7F433E;
}
</style>