Shades of Red Robin #81423F
Tints of Red Robin #81423F
RGB
CMYK
RGB Variations
Color information
#81423F (or 0x81423F) is known color: Red Robin. HEX triplet: 81, 42 and 3F. RGB value is (129,66,63). Sum of RGB (Red+Green+Blue) = 129+66+63=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81423F is #7EBDC0. Grayscale: #545454. Windows color (decimal): -8306113 or 4145793. OLE color: 4145793.
HSL color Cylindrical-coordinate representation of color #81423F: hue angle of 2.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81423F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 63 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.49 |
| HSL | 2.73º | 0.34% | 0.38% | - |
| HSV(B) | 2.73º | 0.51% | 0.51% | - |
| XYZ | 11.9 | 8.92 | 5.8 | - |
| YUV | 84.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 63 | 0 | 0.49 | 0.51 | 0.49 | 2.73 | 0.34 | 0.38 |
| Hex | 81 | 42 | 3F | 0 | 31 | 33 | 31 | 3 | 22 | 26 |
| Octal | 201 | 102 | 77 | 0 | 61 | 63 | 61 | 3 | 42 | 46 |
| Binary | 10000001 | 1000010 | 111111 | 0 | 110001 | 110011 | 110001 | 11 | 100010 | 100110 |
Color Harmonies of #81423F
Complementary color
Monochromatic Colors of #81423F
Black with #81423F
Text Example
Text Example
White with #81423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81423F; }
p { color: rgb(129,66,63); }
H1.HeaderClassName
{
color: #81423F;
}
.AnyTagClassName
{
color: #81423F;
}
</style>
background-color css
<style>
a { background-color: #81423F; }
a { background-color: rgb(129,66,63); }
div.DivClassName
{
background-color: #81423F;
}
.BgClassName
{
background-color: #81423F;
}
</style>
border-color css
<style>
span { border-color: #81423F; }
span { border-color: rgb(129,66,63); }
td.TdClassName
{
border-color: #81423F;
}
.TagClassName
{
border-color: #81423F;
}
</style>