Shades of Red Robin #854339
Tints of Red Robin #854339
RGB
CMYK
RGB Variations
Color information
#854339 (or 0x854339) is known color: Red Robin. HEX triplet: 85, 43 and 39. RGB value is (133,67,57). Sum of RGB (Red+Green+Blue) = 133+67+57=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854339 is #7ABCC6. Grayscale: #555555. Windows color (decimal): -8043719 or 3752837. OLE color: 3752837.
HSL color Cylindrical-coordinate representation of color #854339: hue angle of 7.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854339 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 57 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.48 |
| HSL | 7.89º | 0.4% | 0.37% | - |
| HSV(B) | 7.89º | 0.57% | 0.52% | - |
| XYZ | 12.42 | 9.3 | 5.01 | - |
| YUV | 85.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 57 | 0 | 0.50 | 0.57 | 0.48 | 7.89 | 0.4 | 0.37 |
| Hex | 85 | 43 | 39 | 0 | 32 | 39 | 30 | 8 | 28 | 25 |
| Octal | 205 | 103 | 71 | 0 | 62 | 71 | 60 | 10 | 50 | 45 |
| Binary | 10000101 | 1000011 | 111001 | 0 | 110010 | 111001 | 110000 | 1000 | 101000 | 100101 |
Color Harmonies of #854339
Complementary color
Monochromatic Colors of #854339
Black with #854339
Text Example
Text Example
White with #854339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854339; }
p { color: rgb(133,67,57); }
H1.HeaderClassName
{
color: #854339;
}
.AnyTagClassName
{
color: #854339;
}
</style>
background-color css
<style>
a { background-color: #854339; }
a { background-color: rgb(133,67,57); }
div.DivClassName
{
background-color: #854339;
}
.BgClassName
{
background-color: #854339;
}
</style>
border-color css
<style>
span { border-color: #854339; }
span { border-color: rgb(133,67,57); }
td.TdClassName
{
border-color: #854339;
}
.TagClassName
{
border-color: #854339;
}
</style>