Shades of Red Robin #7E3F32
Tints of Red Robin #7E3F32
RGB
CMYK
RGB Variations
Color information
#7E3F32 (or 0x7E3F32) is known color: Red Robin. HEX triplet: 7E, 3F and 32. RGB value is (126,63,50). Sum of RGB (Red+Green+Blue) = 126+63+50=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F32 is #81C0CD. Grayscale: #505050. Windows color (decimal): -8503502 or 3293054. OLE color: 3293054.
HSL color Cylindrical-coordinate representation of color #7E3F32: hue angle of 10.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3F32 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 63 | 50 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.51 |
| HSL | 10.26º | 0.43% | 0.35% | - |
| HSV(B) | 10.26º | 0.6% | 0.49% | - |
| XYZ | 10.96 | 8.22 | 4.03 | - |
| YUV | 80.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 50 | 0 | 0.50 | 0.60 | 0.51 | 10.26 | 0.43 | 0.35 |
| Hex | 7E | 3F | 32 | 0 | 32 | 3C | 33 | A | 2B | 23 |
| Octal | 176 | 77 | 62 | 0 | 62 | 74 | 63 | 12 | 53 | 43 |
| Binary | 1111110 | 111111 | 110010 | 0 | 110010 | 111100 | 110011 | 1010 | 101011 | 100011 |
Color Harmonies of #7E3F32
Complementary color
Monochromatic Colors of #7E3F32
Black with #7E3F32
Text Example
Text Example
White with #7E3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3F32; }
p { color: rgb(126,63,50); }
H1.HeaderClassName
{
color: #7E3F32;
}
.AnyTagClassName
{
color: #7E3F32;
}
</style>
background-color css
<style>
a { background-color: #7E3F32; }
a { background-color: rgb(126,63,50); }
div.DivClassName
{
background-color: #7E3F32;
}
.BgClassName
{
background-color: #7E3F32;
}
</style>
border-color css
<style>
span { border-color: #7E3F32; }
span { border-color: rgb(126,63,50); }
td.TdClassName
{
border-color: #7E3F32;
}
.TagClassName
{
border-color: #7E3F32;
}
</style>