Shades of Red Robin #80443D
Tints of Red Robin #80443D
RGB
CMYK
RGB Variations
Color information
#80443D (or 0x80443D) is known color: Red Robin. HEX triplet: 80, 44 and 3D. RGB value is (128,68,61). Sum of RGB (Red+Green+Blue) = 128+68+61=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80443D is #7FBBC2. Grayscale: #555555. Windows color (decimal): -8371139 or 4015232. OLE color: 4015232.
HSL color Cylindrical-coordinate representation of color #80443D: hue angle of 6.27º 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 #80443D is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 61 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.50 |
| HSL | 6.27º | 0.35% | 0.37% | - |
| HSV(B) | 6.27º | 0.52% | 0.5% | - |
| XYZ | 11.81 | 9.06 | 5.54 | - |
| YUV | 85.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 61 | 0 | 0.47 | 0.52 | 0.50 | 6.27 | 0.35 | 0.37 |
| Hex | 80 | 44 | 3D | 0 | 2F | 34 | 32 | 6 | 23 | 25 |
| Octal | 200 | 104 | 75 | 0 | 57 | 64 | 62 | 6 | 43 | 45 |
| Binary | 10000000 | 1000100 | 111101 | 0 | 101111 | 110100 | 110010 | 110 | 100011 | 100101 |
Color Harmonies of #80443D
Complementary color
Monochromatic Colors of #80443D
Black with #80443D
Text Example
Text Example
White with #80443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80443D; }
p { color: rgb(128,68,61); }
H1.HeaderClassName
{
color: #80443D;
}
.AnyTagClassName
{
color: #80443D;
}
</style>
background-color css
<style>
a { background-color: #80443D; }
a { background-color: rgb(128,68,61); }
div.DivClassName
{
background-color: #80443D;
}
.BgClassName
{
background-color: #80443D;
}
</style>
border-color css
<style>
span { border-color: #80443D; }
span { border-color: rgb(128,68,61); }
td.TdClassName
{
border-color: #80443D;
}
.TagClassName
{
border-color: #80443D;
}
</style>