Shades of Red Robin #7E423D
Tints of Red Robin #7E423D
RGB
CMYK
RGB Variations
Color information
#7E423D (or 0x7E423D) is known color: Red Robin. HEX triplet: 7E, 42 and 3D. RGB value is (126,66,61). Sum of RGB (Red+Green+Blue) = 126+66+61=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E423D is #81BDC2. Grayscale: #535353. Windows color (decimal): -8502723 or 4014718. OLE color: 4014718.
HSL color Cylindrical-coordinate representation of color #7E423D: hue angle of 4.62º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E423D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 61 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.51 |
| HSL | 4.62º | 0.35% | 0.37% | - |
| HSV(B) | 4.62º | 0.52% | 0.49% | - |
| XYZ | 11.39 | 8.67 | 5.49 | - |
| YUV | 83.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 61 | 0 | 0.48 | 0.52 | 0.51 | 4.62 | 0.35 | 0.37 |
| Hex | 7E | 42 | 3D | 0 | 30 | 34 | 33 | 5 | 23 | 25 |
| Octal | 176 | 102 | 75 | 0 | 60 | 64 | 63 | 5 | 43 | 45 |
| Binary | 1111110 | 1000010 | 111101 | 0 | 110000 | 110100 | 110011 | 101 | 100011 | 100101 |
Color Harmonies of #7E423D
Complementary color
Monochromatic Colors of #7E423D
Black with #7E423D
Text Example
Text Example
White with #7E423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E423D; }
p { color: rgb(126,66,61); }
H1.HeaderClassName
{
color: #7E423D;
}
.AnyTagClassName
{
color: #7E423D;
}
</style>
background-color css
<style>
a { background-color: #7E423D; }
a { background-color: rgb(126,66,61); }
div.DivClassName
{
background-color: #7E423D;
}
.BgClassName
{
background-color: #7E423D;
}
</style>
border-color css
<style>
span { border-color: #7E423D; }
span { border-color: rgb(126,66,61); }
td.TdClassName
{
border-color: #7E423D;
}
.TagClassName
{
border-color: #7E423D;
}
</style>