Shades of Red Robin #83413C
Tints of Red Robin #83413C
RGB
CMYK
RGB Variations
Color information
#83413C (or 0x83413C) is known color: Red Robin. HEX triplet: 83, 41 and 3C. RGB value is (131,65,60). Sum of RGB (Red+Green+Blue) = 131+65+60=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83413C is #7CBEC3. Grayscale: #545454. Windows color (decimal): -8175300 or 3948931. OLE color: 3948931.
HSL color Cylindrical-coordinate representation of color #83413C: hue angle of 4.23º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83413C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 60 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.49 |
| HSL | 4.23º | 0.37% | 0.37% | - |
| HSV(B) | 4.23º | 0.54% | 0.51% | - |
| XYZ | 12.07 | 8.93 | 5.36 | - |
| YUV | 84.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 60 | 0 | 0.50 | 0.54 | 0.49 | 4.23 | 0.37 | 0.37 |
| Hex | 83 | 41 | 3C | 0 | 32 | 36 | 31 | 4 | 25 | 25 |
| Octal | 203 | 101 | 74 | 0 | 62 | 66 | 61 | 4 | 45 | 45 |
| Binary | 10000011 | 1000001 | 111100 | 0 | 110010 | 110110 | 110001 | 100 | 100101 | 100101 |
Color Harmonies of #83413C
Complementary color
Monochromatic Colors of #83413C
Black with #83413C
Text Example
Text Example
White with #83413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83413C; }
p { color: rgb(131,65,60); }
H1.HeaderClassName
{
color: #83413C;
}
.AnyTagClassName
{
color: #83413C;
}
</style>
background-color css
<style>
a { background-color: #83413C; }
a { background-color: rgb(131,65,60); }
div.DivClassName
{
background-color: #83413C;
}
.BgClassName
{
background-color: #83413C;
}
</style>
border-color css
<style>
span { border-color: #83413C; }
span { border-color: rgb(131,65,60); }
td.TdClassName
{
border-color: #83413C;
}
.TagClassName
{
border-color: #83413C;
}
</style>