Shades of Red Robin #80423D
Tints of Red Robin #80423D
RGB
CMYK
RGB Variations
Color information
#80423D (or 0x80423D) is known color: Red Robin. HEX triplet: 80, 42 and 3D. RGB value is (128,66,61). Sum of RGB (Red+Green+Blue) = 128+66+61=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80423D is #7FBDC2. Grayscale: #545454. Windows color (decimal): -8371651 or 4014720. OLE color: 4014720.
HSL color Cylindrical-coordinate representation of color #80423D: hue angle of 4.48º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80423D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 61 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.50 |
| HSL | 4.48º | 0.35% | 0.37% | - |
| HSV(B) | 4.48º | 0.52% | 0.5% | - |
| XYZ | 11.69 | 8.82 | 5.5 | - |
| YUV | 83.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 61 | 0 | 0.48 | 0.52 | 0.50 | 4.48 | 0.35 | 0.37 |
| Hex | 80 | 42 | 3D | 0 | 30 | 34 | 32 | 4 | 23 | 25 |
| Octal | 200 | 102 | 75 | 0 | 60 | 64 | 62 | 4 | 43 | 45 |
| Binary | 10000000 | 1000010 | 111101 | 0 | 110000 | 110100 | 110010 | 100 | 100011 | 100101 |
Color Harmonies of #80423D
Complementary color
Monochromatic Colors of #80423D
Black with #80423D
Text Example
Text Example
White with #80423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80423D; }
p { color: rgb(128,66,61); }
H1.HeaderClassName
{
color: #80423D;
}
.AnyTagClassName
{
color: #80423D;
}
</style>
background-color css
<style>
a { background-color: #80423D; }
a { background-color: rgb(128,66,61); }
div.DivClassName
{
background-color: #80423D;
}
.BgClassName
{
background-color: #80423D;
}
</style>
border-color css
<style>
span { border-color: #80423D; }
span { border-color: rgb(128,66,61); }
td.TdClassName
{
border-color: #80423D;
}
.TagClassName
{
border-color: #80423D;
}
</style>