Shades of Red Robin #7C3F36
Tints of Red Robin #7C3F36
RGB
CMYK
RGB Variations
Color information
#7C3F36 (or 0x7C3F36) is known color: Red Robin. HEX triplet: 7C, 3F and 36. RGB value is (124,63,54). Sum of RGB (Red+Green+Blue) = 124+63+54=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F36 is #83C0C9. Grayscale: #505050. Windows color (decimal): -8634570 or 3555196. OLE color: 3555196.
HSL color Cylindrical-coordinate representation of color #7C3F36: hue angle of 7.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3F36 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 63 | 54 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.51 |
| HSL | 7.71º | 0.39% | 0.35% | - |
| HSV(B) | 7.71º | 0.56% | 0.49% | - |
| XYZ | 10.76 | 8.11 | 4.49 | - |
| YUV | 80.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 54 | 0 | 0.49 | 0.56 | 0.51 | 7.71 | 0.39 | 0.35 |
| Hex | 7C | 3F | 36 | 0 | 31 | 38 | 33 | 8 | 27 | 23 |
| Octal | 174 | 77 | 66 | 0 | 61 | 70 | 63 | 10 | 47 | 43 |
| Binary | 1111100 | 111111 | 110110 | 0 | 110001 | 111000 | 110011 | 1000 | 100111 | 100011 |
Color Harmonies of #7C3F36
Complementary color
Monochromatic Colors of #7C3F36
Black with #7C3F36
Text Example
Text Example
White with #7C3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3F36; }
p { color: rgb(124,63,54); }
H1.HeaderClassName
{
color: #7C3F36;
}
.AnyTagClassName
{
color: #7C3F36;
}
</style>
background-color css
<style>
a { background-color: #7C3F36; }
a { background-color: rgb(124,63,54); }
div.DivClassName
{
background-color: #7C3F36;
}
.BgClassName
{
background-color: #7C3F36;
}
</style>
border-color css
<style>
span { border-color: #7C3F36; }
span { border-color: rgb(124,63,54); }
td.TdClassName
{
border-color: #7C3F36;
}
.TagClassName
{
border-color: #7C3F36;
}
</style>