Shades of Scarlett #81182D
Tints of Scarlett #81182D
RGB
CMYK
RGB Variations
Color information
#81182D (or 0x81182D) is known color: Scarlett. HEX triplet: 81, 18 and 2D. RGB value is (129,24,45). Sum of RGB (Red+Green+Blue) = 129+24+45=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #81182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81182D is #7EE7D2. Grayscale: #393939. Windows color (decimal): -8316883 or 2955393. OLE color: 2955393.
HSL color Cylindrical-coordinate representation of color #81182D: hue angle of 348º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81182D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 45 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.49 |
| HSL | 348º | 0.69% | 0.3% | - |
| HSV(B) | 348º | 0.81% | 0.51% | - |
| XYZ | 9.85 | 5.51 | 3.03 | - |
| YUV | 57.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 45 | 0 | 0.81 | 0.65 | 0.49 | 348 | 0.69 | 0.3 |
| Hex | 81 | 18 | 2D | 0 | 51 | 41 | 31 | 15C | 45 | 1E |
| Octal | 201 | 30 | 55 | 0 | 121 | 101 | 61 | 534 | 105 | 36 |
| Binary | 10000001 | 11000 | 101101 | 0 | 1010001 | 1000001 | 110001 | 101011100 | 1000101 | 11110 |
Color Harmonies of #81182D
Complementary color
Monochromatic Colors of #81182D
Black with #81182D
Text Example
Text Example
White with #81182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81182D; }
p { color: rgb(129,24,45); }
H1.HeaderClassName
{
color: #81182D;
}
.AnyTagClassName
{
color: #81182D;
}
</style>
background-color css
<style>
a { background-color: #81182D; }
a { background-color: rgb(129,24,45); }
div.DivClassName
{
background-color: #81182D;
}
.BgClassName
{
background-color: #81182D;
}
</style>
border-color css
<style>
span { border-color: #81182D; }
span { border-color: rgb(129,24,45); }
td.TdClassName
{
border-color: #81182D;
}
.TagClassName
{
border-color: #81182D;
}
</style>