Shades of Red Robin #803F34
Tints of Red Robin #803F34
RGB
CMYK
RGB Variations
Color information
#803F34 (or 0x803F34) is known color: Red Robin. HEX triplet: 80, 3F and 34. RGB value is (128,63,52). Sum of RGB (Red+Green+Blue) = 128+63+52=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #803F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F34 is #7FC0CB. Grayscale: #515151. Windows color (decimal): -8372428 or 3424128. OLE color: 3424128.
HSL color Cylindrical-coordinate representation of color #803F34: hue angle of 8.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803F34 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 52 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.50 |
| HSL | 8.68º | 0.42% | 0.35% | - |
| HSV(B) | 8.68º | 0.59% | 0.5% | - |
| XYZ | 11.3 | 8.39 | 4.27 | - |
| YUV | 81.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 52 | 0 | 0.51 | 0.59 | 0.50 | 8.68 | 0.42 | 0.35 |
| Hex | 80 | 3F | 34 | 0 | 33 | 3B | 32 | 9 | 2A | 23 |
| Octal | 200 | 77 | 64 | 0 | 63 | 73 | 62 | 11 | 52 | 43 |
| Binary | 10000000 | 111111 | 110100 | 0 | 110011 | 111011 | 110010 | 1001 | 101010 | 100011 |
Color Harmonies of #803F34
Complementary color
Monochromatic Colors of #803F34
Black with #803F34
Text Example
Text Example
White with #803F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F34; }
p { color: rgb(128,63,52); }
H1.HeaderClassName
{
color: #803F34;
}
.AnyTagClassName
{
color: #803F34;
}
</style>
background-color css
<style>
a { background-color: #803F34; }
a { background-color: rgb(128,63,52); }
div.DivClassName
{
background-color: #803F34;
}
.BgClassName
{
background-color: #803F34;
}
</style>
border-color css
<style>
span { border-color: #803F34; }
span { border-color: rgb(128,63,52); }
td.TdClassName
{
border-color: #803F34;
}
.TagClassName
{
border-color: #803F34;
}
</style>