Shades of Red Robin #7F433D
Tints of Red Robin #7F433D
RGB
CMYK
RGB Variations
Color information
#7F433D (or 0x7F433D) is known color: Red Robin. HEX triplet: 7F, 43 and 3D. RGB value is (127,67,61). Sum of RGB (Red+Green+Blue) = 127+67+61=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F433D is #80BCC2. Grayscale: #545454. Windows color (decimal): -8436931 or 4014975. OLE color: 4014975.
HSL color Cylindrical-coordinate representation of color #7F433D: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F433D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 61 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.50 |
| HSL | 5.45º | 0.35% | 0.37% | - |
| HSV(B) | 5.45º | 0.52% | 0.5% | - |
| XYZ | 11.6 | 8.86 | 5.51 | - |
| YUV | 84.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 61 | 0 | 0.47 | 0.52 | 0.50 | 5.45 | 0.35 | 0.37 |
| Hex | 7F | 43 | 3D | 0 | 2F | 34 | 32 | 5 | 23 | 25 |
| Octal | 177 | 103 | 75 | 0 | 57 | 64 | 62 | 5 | 43 | 45 |
| Binary | 1111111 | 1000011 | 111101 | 0 | 101111 | 110100 | 110010 | 101 | 100011 | 100101 |
Color Harmonies of #7F433D
Complementary color
Monochromatic Colors of #7F433D
Black with #7F433D
Text Example
Text Example
White with #7F433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F433D; }
p { color: rgb(127,67,61); }
H1.HeaderClassName
{
color: #7F433D;
}
.AnyTagClassName
{
color: #7F433D;
}
</style>
background-color css
<style>
a { background-color: #7F433D; }
a { background-color: rgb(127,67,61); }
div.DivClassName
{
background-color: #7F433D;
}
.BgClassName
{
background-color: #7F433D;
}
</style>
border-color css
<style>
span { border-color: #7F433D; }
span { border-color: rgb(127,67,61); }
td.TdClassName
{
border-color: #7F433D;
}
.TagClassName
{
border-color: #7F433D;
}
</style>