Shades of Red Robin #824343
Tints of Red Robin #824343
RGB
CMYK
RGB Variations
Color information
#824343 (or 0x824343) is known color: Red Robin. HEX triplet: 82, 43 and 43. RGB value is (130,67,67). Sum of RGB (Red+Green+Blue) = 130+67+67=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824343 is #7DBCBC. Grayscale: #555555. Windows color (decimal): -8240317 or 4408194. OLE color: 4408194.
HSL color Cylindrical-coordinate representation of color #824343: hue angle of 0º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824343 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 67 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.49 |
| HSL | 0º | 0.32% | 0.39% | - |
| HSV(B) | 0º | 0.48% | 0.51% | - |
| XYZ | 12.23 | 9.17 | 6.43 | - |
| YUV | 85.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 67 | 0 | 0.48 | 0.48 | 0.49 | 0 | 0.32 | 0.39 |
| Hex | 82 | 43 | 43 | 0 | 30 | 30 | 31 | 0 | 20 | 27 |
| Octal | 202 | 103 | 103 | 0 | 60 | 60 | 61 | 0 | 40 | 47 |
| Binary | 10000010 | 1000011 | 1000011 | 0 | 110000 | 110000 | 110001 | 0 | 100000 | 100111 |
Color Harmonies of #824343
Complementary color
Monochromatic Colors of #824343
Black with #824343
Text Example
Text Example
White with #824343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824343; }
p { color: rgb(130,67,67); }
H1.HeaderClassName
{
color: #824343;
}
.AnyTagClassName
{
color: #824343;
}
</style>
background-color css
<style>
a { background-color: #824343; }
a { background-color: rgb(130,67,67); }
div.DivClassName
{
background-color: #824343;
}
.BgClassName
{
background-color: #824343;
}
</style>
border-color css
<style>
span { border-color: #824343; }
span { border-color: rgb(130,67,67); }
td.TdClassName
{
border-color: #824343;
}
.TagClassName
{
border-color: #824343;
}
</style>