Shades of Red Robin #804343
Tints of Red Robin #804343
RGB
CMYK
RGB Variations
Color information
#804343 (or 0x804343) is known color: Red Robin. HEX triplet: 80, 43 and 43. RGB value is (128,67,67). Sum of RGB (Red+Green+Blue) = 128+67+67=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #804343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804343 is #7FBCBC. Grayscale: #555555. Windows color (decimal): -8371389 or 4408192. OLE color: 4408192.
HSL color Cylindrical-coordinate representation of color #804343: hue angle of 0º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804343 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 67 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.50 |
| HSL | 0º | 0.31% | 0.38% | - |
| HSV(B) | 0º | 0.48% | 0.5% | - |
| XYZ | 11.92 | 9.01 | 6.42 | - |
| YUV | 85.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 67 | 0 | 0.48 | 0.48 | 0.50 | 0 | 0.31 | 0.38 |
| Hex | 80 | 43 | 43 | 0 | 30 | 30 | 32 | 0 | 1F | 26 |
| Octal | 200 | 103 | 103 | 0 | 60 | 60 | 62 | 0 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1000011 | 0 | 110000 | 110000 | 110010 | 0 | 11111 | 100110 |
Color Harmonies of #804343
Complementary color
Monochromatic Colors of #804343
Black with #804343
Text Example
Text Example
White with #804343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804343; }
p { color: rgb(128,67,67); }
H1.HeaderClassName
{
color: #804343;
}
.AnyTagClassName
{
color: #804343;
}
</style>
background-color css
<style>
a { background-color: #804343; }
a { background-color: rgb(128,67,67); }
div.DivClassName
{
background-color: #804343;
}
.BgClassName
{
background-color: #804343;
}
</style>
border-color css
<style>
span { border-color: #804343; }
span { border-color: rgb(128,67,67); }
td.TdClassName
{
border-color: #804343;
}
.TagClassName
{
border-color: #804343;
}
</style>