Shades of Scarlett #81132D
Tints of Scarlett #81132D
RGB
CMYK
RGB Variations
Color information
#81132D (or 0x81132D) is known color: Scarlett. HEX triplet: 81, 13 and 2D. RGB value is (129,19,45). Sum of RGB (Red+Green+Blue) = 129+19+45=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81132D is #7EECD2. Grayscale: #363636. Windows color (decimal): -8318163 or 2954113. OLE color: 2954113.
HSL color Cylindrical-coordinate representation of color #81132D: hue angle of 345.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81132D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 45 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.49 |
| HSL | 345.82º | 0.74% | 0.29% | - |
| HSV(B) | 345.82º | 0.85% | 0.51% | - |
| XYZ | 9.76 | 5.32 | 3 | - |
| YUV | 54.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 45 | 0 | 0.85 | 0.65 | 0.49 | 345.82 | 0.74 | 0.29 |
| Hex | 81 | 13 | 2D | 0 | 55 | 41 | 31 | 15A | 4A | 1D |
| Octal | 201 | 23 | 55 | 0 | 125 | 101 | 61 | 532 | 112 | 35 |
| Binary | 10000001 | 10011 | 101101 | 0 | 1010101 | 1000001 | 110001 | 101011010 | 1001010 | 11101 |
Color Harmonies of #81132D
Complementary color
Monochromatic Colors of #81132D
Black with #81132D
Text Example
Text Example
White with #81132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81132D; }
p { color: rgb(129,19,45); }
H1.HeaderClassName
{
color: #81132D;
}
.AnyTagClassName
{
color: #81132D;
}
</style>
background-color css
<style>
a { background-color: #81132D; }
a { background-color: rgb(129,19,45); }
div.DivClassName
{
background-color: #81132D;
}
.BgClassName
{
background-color: #81132D;
}
</style>
border-color css
<style>
span { border-color: #81132D; }
span { border-color: rgb(129,19,45); }
td.TdClassName
{
border-color: #81132D;
}
.TagClassName
{
border-color: #81132D;
}
</style>