Shades of Red Robin #80423C
Tints of Red Robin #80423C
RGB
CMYK
RGB Variations
Color information
#80423C (or 0x80423C) is known color: Red Robin. HEX triplet: 80, 42 and 3C. RGB value is (128,66,60). Sum of RGB (Red+Green+Blue) = 128+66+60=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423C is #7FBDC3. Grayscale: #535353. Windows color (decimal): -8371652 or 3949184. OLE color: 3949184.
HSL color Cylindrical-coordinate representation of color #80423C: hue angle of 5.29º 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 #80423C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 60 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.50 |
| HSL | 5.29º | 0.36% | 0.37% | - |
| HSV(B) | 5.29º | 0.53% | 0.5% | - |
| XYZ | 11.67 | 8.81 | 5.36 | - |
| YUV | 83.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 60 | 0 | 0.48 | 0.53 | 0.50 | 5.29 | 0.36 | 0.37 |
| Hex | 80 | 42 | 3C | 0 | 30 | 35 | 32 | 5 | 24 | 25 |
| Octal | 200 | 102 | 74 | 0 | 60 | 65 | 62 | 5 | 44 | 45 |
| Binary | 10000000 | 1000010 | 111100 | 0 | 110000 | 110101 | 110010 | 101 | 100100 | 100101 |
Color Harmonies of #80423C
Complementary color
Monochromatic Colors of #80423C
Black with #80423C
Text Example
Text Example
White with #80423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80423C; }
p { color: rgb(128,66,60); }
H1.HeaderClassName
{
color: #80423C;
}
.AnyTagClassName
{
color: #80423C;
}
</style>
background-color css
<style>
a { background-color: #80423C; }
a { background-color: rgb(128,66,60); }
div.DivClassName
{
background-color: #80423C;
}
.BgClassName
{
background-color: #80423C;
}
</style>
border-color css
<style>
span { border-color: #80423C; }
span { border-color: rgb(128,66,60); }
td.TdClassName
{
border-color: #80423C;
}
.TagClassName
{
border-color: #80423C;
}
</style>