Shades of Red Robin #81433A
Tints of Red Robin #81433A
RGB
CMYK
RGB Variations
Color information
#81433A (or 0x81433A) is known color: Red Robin. HEX triplet: 81, 43 and 3A. RGB value is (129,67,58). Sum of RGB (Red+Green+Blue) = 129+67+58=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81433A is #7EBCC5. Grayscale: #545454. Windows color (decimal): -8305862 or 3818369. OLE color: 3818369.
HSL color Cylindrical-coordinate representation of color #81433A: hue angle of 7.61º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81433A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 58 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.49 |
| HSL | 7.61º | 0.38% | 0.37% | - |
| HSV(B) | 7.61º | 0.55% | 0.51% | - |
| XYZ | 11.82 | 8.99 | 5.11 | - |
| YUV | 84.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 58 | 0 | 0.48 | 0.55 | 0.49 | 7.61 | 0.38 | 0.37 |
| Hex | 81 | 43 | 3A | 0 | 30 | 37 | 31 | 8 | 26 | 25 |
| Octal | 201 | 103 | 72 | 0 | 60 | 67 | 61 | 10 | 46 | 45 |
| Binary | 10000001 | 1000011 | 111010 | 0 | 110000 | 110111 | 110001 | 1000 | 100110 | 100101 |
Color Harmonies of #81433A
Complementary color
Monochromatic Colors of #81433A
Black with #81433A
Text Example
Text Example
White with #81433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81433A; }
p { color: rgb(129,67,58); }
H1.HeaderClassName
{
color: #81433A;
}
.AnyTagClassName
{
color: #81433A;
}
</style>
background-color css
<style>
a { background-color: #81433A; }
a { background-color: rgb(129,67,58); }
div.DivClassName
{
background-color: #81433A;
}
.BgClassName
{
background-color: #81433A;
}
</style>
border-color css
<style>
span { border-color: #81433A; }
span { border-color: rgb(129,67,58); }
td.TdClassName
{
border-color: #81433A;
}
.TagClassName
{
border-color: #81433A;
}
</style>