Shades of Scarlett #812433
Tints of Scarlett #812433
RGB
CMYK
RGB Variations
Color information
#812433 (or 0x812433) is known color: Scarlett. HEX triplet: 81, 24 and 33. RGB value is (129,36,51). Sum of RGB (Red+Green+Blue) = 129+36+51=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812433 is #7EDBCC. Grayscale: #414141. Windows color (decimal): -8313805 or 3351681. OLE color: 3351681.
HSL color Cylindrical-coordinate representation of color #812433: hue angle of 350.32º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812433 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 51 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.49 |
| HSL | 350.32º | 0.56% | 0.32% | - |
| HSV(B) | 350.32º | 0.72% | 0.51% | - |
| XYZ | 10.28 | 6.17 | 3.78 | - |
| YUV | 65.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 51 | 0 | 0.72 | 0.60 | 0.49 | 350.32 | 0.56 | 0.32 |
| Hex | 81 | 24 | 33 | 0 | 48 | 3C | 31 | 15E | 38 | 20 |
| Octal | 201 | 44 | 63 | 0 | 110 | 74 | 61 | 536 | 70 | 40 |
| Binary | 10000001 | 100100 | 110011 | 0 | 1001000 | 111100 | 110001 | 101011110 | 111000 | 100000 |
Color Harmonies of #812433
Complementary color
Monochromatic Colors of #812433
Black with #812433
Text Example
Text Example
White with #812433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812433; }
p { color: rgb(129,36,51); }
H1.HeaderClassName
{
color: #812433;
}
.AnyTagClassName
{
color: #812433;
}
</style>
background-color css
<style>
a { background-color: #812433; }
a { background-color: rgb(129,36,51); }
div.DivClassName
{
background-color: #812433;
}
.BgClassName
{
background-color: #812433;
}
</style>
border-color css
<style>
span { border-color: #812433; }
span { border-color: rgb(129,36,51); }
td.TdClassName
{
border-color: #812433;
}
.TagClassName
{
border-color: #812433;
}
</style>