Shades of Red Robin #7E433E
Tints of Red Robin #7E433E
RGB
CMYK
RGB Variations
Color information
#7E433E (or 0x7E433E) is known color: Red Robin. HEX triplet: 7E, 43 and 3E. RGB value is (126,67,62). Sum of RGB (Red+Green+Blue) = 126+67+62=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E433E is #81BCC1. Grayscale: #545454. Windows color (decimal): -8502466 or 4080510. OLE color: 4080510.
HSL color Cylindrical-coordinate representation of color #7E433E: hue angle of 4.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E433E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 62 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.51 |
| HSL | 4.69º | 0.34% | 0.37% | - |
| HSV(B) | 4.69º | 0.51% | 0.49% | - |
| XYZ | 11.48 | 8.8 | 5.65 | - |
| YUV | 84.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 62 | 0 | 0.47 | 0.51 | 0.51 | 4.69 | 0.34 | 0.37 |
| Hex | 7E | 43 | 3E | 0 | 2F | 33 | 33 | 5 | 22 | 25 |
| Octal | 176 | 103 | 76 | 0 | 57 | 63 | 63 | 5 | 42 | 45 |
| Binary | 1111110 | 1000011 | 111110 | 0 | 101111 | 110011 | 110011 | 101 | 100010 | 100101 |
Color Harmonies of #7E433E
Complementary color
Monochromatic Colors of #7E433E
Black with #7E433E
Text Example
Text Example
White with #7E433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E433E; }
p { color: rgb(126,67,62); }
H1.HeaderClassName
{
color: #7E433E;
}
.AnyTagClassName
{
color: #7E433E;
}
</style>
background-color css
<style>
a { background-color: #7E433E; }
a { background-color: rgb(126,67,62); }
div.DivClassName
{
background-color: #7E433E;
}
.BgClassName
{
background-color: #7E433E;
}
</style>
border-color css
<style>
span { border-color: #7E433E; }
span { border-color: rgb(126,67,62); }
td.TdClassName
{
border-color: #7E433E;
}
.TagClassName
{
border-color: #7E433E;
}
</style>