Shades of Red Robin #7D433C
Tints of Red Robin #7D433C
RGB
CMYK
RGB Variations
Color information
#7D433C (or 0x7D433C) is known color: Red Robin. HEX triplet: 7D, 43 and 3C. RGB value is (125,67,60). Sum of RGB (Red+Green+Blue) = 125+67+60=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D433C is #82BCC3. Grayscale: #535353. Windows color (decimal): -8568004 or 3949437. OLE color: 3949437.
HSL color Cylindrical-coordinate representation of color #7D433C: hue angle of 6.46º 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 #7D433C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 60 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.51 |
| HSL | 6.46º | 0.35% | 0.36% | - |
| HSV(B) | 6.46º | 0.52% | 0.49% | - |
| XYZ | 11.28 | 8.7 | 5.36 | - |
| YUV | 83.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 60 | 0 | 0.46 | 0.52 | 0.51 | 6.46 | 0.35 | 0.36 |
| Hex | 7D | 43 | 3C | 0 | 2E | 34 | 33 | 6 | 23 | 24 |
| Octal | 175 | 103 | 74 | 0 | 56 | 64 | 63 | 6 | 43 | 44 |
| Binary | 1111101 | 1000011 | 111100 | 0 | 101110 | 110100 | 110011 | 110 | 100011 | 100100 |
Color Harmonies of #7D433C
Complementary color
Monochromatic Colors of #7D433C
Black with #7D433C
Text Example
Text Example
White with #7D433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D433C; }
p { color: rgb(125,67,60); }
H1.HeaderClassName
{
color: #7D433C;
}
.AnyTagClassName
{
color: #7D433C;
}
</style>
background-color css
<style>
a { background-color: #7D433C; }
a { background-color: rgb(125,67,60); }
div.DivClassName
{
background-color: #7D433C;
}
.BgClassName
{
background-color: #7D433C;
}
</style>
border-color css
<style>
span { border-color: #7D433C; }
span { border-color: rgb(125,67,60); }
td.TdClassName
{
border-color: #7D433C;
}
.TagClassName
{
border-color: #7D433C;
}
</style>