Shades of Red Robin #7E433A
Tints of Red Robin #7E433A
RGB
CMYK
RGB Variations
Color information
#7E433A (or 0x7E433A) is known color: Red Robin. HEX triplet: 7E, 43 and 3A. RGB value is (126,67,58). Sum of RGB (Red+Green+Blue) = 126+67+58=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E433A is #81BCC5. Grayscale: #535353. Windows color (decimal): -8502470 or 3818366. OLE color: 3818366.
HSL color Cylindrical-coordinate representation of color #7E433A: hue angle of 7.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E433A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 58 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.51 |
| HSL | 7.94º | 0.37% | 0.36% | - |
| HSV(B) | 7.94º | 0.54% | 0.49% | - |
| XYZ | 11.38 | 8.76 | 5.09 | - |
| YUV | 83.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 58 | 0 | 0.47 | 0.54 | 0.51 | 7.94 | 0.37 | 0.36 |
| Hex | 7E | 43 | 3A | 0 | 2F | 36 | 33 | 8 | 25 | 24 |
| Octal | 176 | 103 | 72 | 0 | 57 | 66 | 63 | 10 | 45 | 44 |
| Binary | 1111110 | 1000011 | 111010 | 0 | 101111 | 110110 | 110011 | 1000 | 100101 | 100100 |
Color Harmonies of #7E433A
Complementary color
Monochromatic Colors of #7E433A
Black with #7E433A
Text Example
Text Example
White with #7E433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E433A; }
p { color: rgb(126,67,58); }
H1.HeaderClassName
{
color: #7E433A;
}
.AnyTagClassName
{
color: #7E433A;
}
</style>
background-color css
<style>
a { background-color: #7E433A; }
a { background-color: rgb(126,67,58); }
div.DivClassName
{
background-color: #7E433A;
}
.BgClassName
{
background-color: #7E433A;
}
</style>
border-color css
<style>
span { border-color: #7E433A; }
span { border-color: rgb(126,67,58); }
td.TdClassName
{
border-color: #7E433A;
}
.TagClassName
{
border-color: #7E433A;
}
</style>