Shades of Red Robin #824334
Tints of Red Robin #824334
RGB
CMYK
RGB Variations
Color information
#824334 (or 0x824334) is known color: Red Robin. HEX triplet: 82, 43 and 34. RGB value is (130,67,52). Sum of RGB (Red+Green+Blue) = 130+67+52=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824334 is #7DBCCB. Grayscale: #545454. Windows color (decimal): -8240332 or 3425154. OLE color: 3425154.
HSL color Cylindrical-coordinate representation of color #824334: hue angle of 11.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824334 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 52 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.49 |
| HSL | 11.54º | 0.43% | 0.36% | - |
| HSV(B) | 11.54º | 0.6% | 0.51% | - |
| XYZ | 11.83 | 9.01 | 4.36 | - |
| YUV | 84.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 52 | 0 | 0.48 | 0.60 | 0.49 | 11.54 | 0.43 | 0.36 |
| Hex | 82 | 43 | 34 | 0 | 30 | 3C | 31 | C | 2B | 24 |
| Octal | 202 | 103 | 64 | 0 | 60 | 74 | 61 | 14 | 53 | 44 |
| Binary | 10000010 | 1000011 | 110100 | 0 | 110000 | 111100 | 110001 | 1100 | 101011 | 100100 |
Color Harmonies of #824334
Complementary color
Monochromatic Colors of #824334
Black with #824334
Text Example
Text Example
White with #824334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824334; }
p { color: rgb(130,67,52); }
H1.HeaderClassName
{
color: #824334;
}
.AnyTagClassName
{
color: #824334;
}
</style>
background-color css
<style>
a { background-color: #824334; }
a { background-color: rgb(130,67,52); }
div.DivClassName
{
background-color: #824334;
}
.BgClassName
{
background-color: #824334;
}
</style>
border-color css
<style>
span { border-color: #824334; }
span { border-color: rgb(130,67,52); }
td.TdClassName
{
border-color: #824334;
}
.TagClassName
{
border-color: #824334;
}
</style>