Shades of Red Robin #7E433C
Tints of Red Robin #7E433C
RGB
CMYK
RGB Variations
Color information
#7E433C (or 0x7E433C) is known color: Red Robin. HEX triplet: 7E, 43 and 3C. RGB value is (126,67,60). Sum of RGB (Red+Green+Blue) = 126+67+60=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E433C is #81BCC3. Grayscale: #535353. Windows color (decimal): -8502468 or 3949438. OLE color: 3949438.
HSL color Cylindrical-coordinate representation of color #7E433C: hue angle of 6.36º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E433C is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 60 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.51 |
| HSL | 6.36º | 0.35% | 0.36% | - |
| HSV(B) | 6.36º | 0.52% | 0.49% | - |
| XYZ | 11.43 | 8.78 | 5.37 | - |
| YUV | 83.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 60 | 0 | 0.47 | 0.52 | 0.51 | 6.36 | 0.35 | 0.36 |
| Hex | 7E | 43 | 3C | 0 | 2F | 34 | 33 | 6 | 23 | 24 |
| Octal | 176 | 103 | 74 | 0 | 57 | 64 | 63 | 6 | 43 | 44 |
| Binary | 1111110 | 1000011 | 111100 | 0 | 101111 | 110100 | 110011 | 110 | 100011 | 100100 |
Color Harmonies of #7E433C
Complementary color
Monochromatic Colors of #7E433C
Black with #7E433C
Text Example
Text Example
White with #7E433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E433C; }
p { color: rgb(126,67,60); }
H1.HeaderClassName
{
color: #7E433C;
}
.AnyTagClassName
{
color: #7E433C;
}
</style>
background-color css
<style>
a { background-color: #7E433C; }
a { background-color: rgb(126,67,60); }
div.DivClassName
{
background-color: #7E433C;
}
.BgClassName
{
background-color: #7E433C;
}
</style>
border-color css
<style>
span { border-color: #7E433C; }
span { border-color: rgb(126,67,60); }
td.TdClassName
{
border-color: #7E433C;
}
.TagClassName
{
border-color: #7E433C;
}
</style>