Shades of Red Robin #803E3C
Tints of Red Robin #803E3C
RGB
CMYK
RGB Variations
Color information
#803E3C (or 0x803E3C) is known color: Red Robin. HEX triplet: 80, 3E and 3C. RGB value is (128,62,60). Sum of RGB (Red+Green+Blue) = 128+62+60=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E3C is #7FC1C3. Grayscale: #515151. Windows color (decimal): -8372676 or 3948160. OLE color: 3948160.
HSL color Cylindrical-coordinate representation of color #803E3C: hue angle of 1.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803E3C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 60 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.50 |
| HSL | 1.76º | 0.36% | 0.37% | - |
| HSV(B) | 1.76º | 0.53% | 0.5% | - |
| XYZ | 11.44 | 8.36 | 5.29 | - |
| YUV | 81.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 60 | 0 | 0.52 | 0.53 | 0.50 | 1.76 | 0.36 | 0.37 |
| Hex | 80 | 3E | 3C | 0 | 34 | 35 | 32 | 2 | 24 | 25 |
| Octal | 200 | 76 | 74 | 0 | 64 | 65 | 62 | 2 | 44 | 45 |
| Binary | 10000000 | 111110 | 111100 | 0 | 110100 | 110101 | 110010 | 10 | 100100 | 100101 |
Color Harmonies of #803E3C
Complementary color
Monochromatic Colors of #803E3C
Black with #803E3C
Text Example
Text Example
White with #803E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E3C; }
p { color: rgb(128,62,60); }
H1.HeaderClassName
{
color: #803E3C;
}
.AnyTagClassName
{
color: #803E3C;
}
</style>
background-color css
<style>
a { background-color: #803E3C; }
a { background-color: rgb(128,62,60); }
div.DivClassName
{
background-color: #803E3C;
}
.BgClassName
{
background-color: #803E3C;
}
</style>
border-color css
<style>
span { border-color: #803E3C; }
span { border-color: rgb(128,62,60); }
td.TdClassName
{
border-color: #803E3C;
}
.TagClassName
{
border-color: #803E3C;
}
</style>