Shades of Red Robin #82433E
Tints of Red Robin #82433E
RGB
CMYK
RGB Variations
Color information
#82433E (or 0x82433E) is known color: Red Robin. HEX triplet: 82, 43 and 3E. RGB value is (130,67,62). Sum of RGB (Red+Green+Blue) = 130+67+62=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82433E is #7DBCC1. Grayscale: #555555. Windows color (decimal): -8240322 or 4080514. OLE color: 4080514.
HSL color Cylindrical-coordinate representation of color #82433E: hue angle of 4.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82433E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 62 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.49 |
| HSL | 4.41º | 0.35% | 0.38% | - |
| HSV(B) | 4.41º | 0.52% | 0.51% | - |
| XYZ | 12.08 | 9.11 | 5.68 | - |
| YUV | 85.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 62 | 0 | 0.48 | 0.52 | 0.49 | 4.41 | 0.35 | 0.38 |
| Hex | 82 | 43 | 3E | 0 | 30 | 34 | 31 | 4 | 23 | 26 |
| Octal | 202 | 103 | 76 | 0 | 60 | 64 | 61 | 4 | 43 | 46 |
| Binary | 10000010 | 1000011 | 111110 | 0 | 110000 | 110100 | 110001 | 100 | 100011 | 100110 |
Color Harmonies of #82433E
Complementary color
Monochromatic Colors of #82433E
Black with #82433E
Text Example
Text Example
White with #82433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82433E; }
p { color: rgb(130,67,62); }
H1.HeaderClassName
{
color: #82433E;
}
.AnyTagClassName
{
color: #82433E;
}
</style>
background-color css
<style>
a { background-color: #82433E; }
a { background-color: rgb(130,67,62); }
div.DivClassName
{
background-color: #82433E;
}
.BgClassName
{
background-color: #82433E;
}
</style>
border-color css
<style>
span { border-color: #82433E; }
span { border-color: rgb(130,67,62); }
td.TdClassName
{
border-color: #82433E;
}
.TagClassName
{
border-color: #82433E;
}
</style>