Shades of Red Robin #82433A
Tints of Red Robin #82433A
RGB
CMYK
RGB Variations
Color information
#82433A (or 0x82433A) is known color: Red Robin. HEX triplet: 82, 43 and 3A. RGB value is (130,67,58). Sum of RGB (Red+Green+Blue) = 130+67+58=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82433A is #7DBCC5. Grayscale: #545454. Windows color (decimal): -8240326 or 3818370. OLE color: 3818370.
HSL color Cylindrical-coordinate representation of color #82433A: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82433A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 58 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.49 |
| HSL | 7.5º | 0.38% | 0.37% | - |
| HSV(B) | 7.5º | 0.55% | 0.51% | - |
| XYZ | 11.98 | 9.07 | 5.12 | - |
| YUV | 84.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 58 | 0 | 0.48 | 0.55 | 0.49 | 7.5 | 0.38 | 0.37 |
| Hex | 82 | 43 | 3A | 0 | 30 | 37 | 31 | 8 | 26 | 25 |
| Octal | 202 | 103 | 72 | 0 | 60 | 67 | 61 | 10 | 46 | 45 |
| Binary | 10000010 | 1000011 | 111010 | 0 | 110000 | 110111 | 110001 | 1000 | 100110 | 100101 |
Color Harmonies of #82433A
Complementary color
Monochromatic Colors of #82433A
Black with #82433A
Text Example
Text Example
White with #82433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82433A; }
p { color: rgb(130,67,58); }
H1.HeaderClassName
{
color: #82433A;
}
.AnyTagClassName
{
color: #82433A;
}
</style>
background-color css
<style>
a { background-color: #82433A; }
a { background-color: rgb(130,67,58); }
div.DivClassName
{
background-color: #82433A;
}
.BgClassName
{
background-color: #82433A;
}
</style>
border-color css
<style>
span { border-color: #82433A; }
span { border-color: rgb(130,67,58); }
td.TdClassName
{
border-color: #82433A;
}
.TagClassName
{
border-color: #82433A;
}
</style>