Shades of Red Robin #83413A
Tints of Red Robin #83413A
RGB
CMYK
RGB Variations
Color information
#83413A (or 0x83413A) is known color: Red Robin. HEX triplet: 83, 41 and 3A. RGB value is (131,65,58). Sum of RGB (Red+Green+Blue) = 131+65+58=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #83413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413A is #7CBEC5. Grayscale: #545454. Windows color (decimal): -8175302 or 3817859. OLE color: 3817859.
HSL color Cylindrical-coordinate representation of color #83413A: hue angle of 5.75º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83413A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 58 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.49 |
| HSL | 5.75º | 0.39% | 0.37% | - |
| HSV(B) | 5.75º | 0.56% | 0.51% | - |
| XYZ | 12.01 | 8.91 | 5.09 | - |
| YUV | 83.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 58 | 0 | 0.50 | 0.56 | 0.49 | 5.75 | 0.39 | 0.37 |
| Hex | 83 | 41 | 3A | 0 | 32 | 38 | 31 | 6 | 27 | 25 |
| Octal | 203 | 101 | 72 | 0 | 62 | 70 | 61 | 6 | 47 | 45 |
| Binary | 10000011 | 1000001 | 111010 | 0 | 110010 | 111000 | 110001 | 110 | 100111 | 100101 |
Color Harmonies of #83413A
Complementary color
Monochromatic Colors of #83413A
Black with #83413A
Text Example
Text Example
White with #83413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83413A; }
p { color: rgb(131,65,58); }
H1.HeaderClassName
{
color: #83413A;
}
.AnyTagClassName
{
color: #83413A;
}
</style>
background-color css
<style>
a { background-color: #83413A; }
a { background-color: rgb(131,65,58); }
div.DivClassName
{
background-color: #83413A;
}
.BgClassName
{
background-color: #83413A;
}
</style>
border-color css
<style>
span { border-color: #83413A; }
span { border-color: rgb(131,65,58); }
td.TdClassName
{
border-color: #83413A;
}
.TagClassName
{
border-color: #83413A;
}
</style>