Shades of Scarlett #81172C
Tints of Scarlett #81172C
RGB
CMYK
RGB Variations
Color information
#81172C (or 0x81172C) is known color: Scarlett. HEX triplet: 81, 17 and 2C. RGB value is (129,23,44). Sum of RGB (Red+Green+Blue) = 129+23+44=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81172C is #7EE8D3. Grayscale: #393939. Windows color (decimal): -8317140 or 2889601. OLE color: 2889601.
HSL color Cylindrical-coordinate representation of color #81172C: hue angle of 348.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81172C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 44 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.49 |
| HSL | 348.11º | 0.7% | 0.3% | - |
| HSV(B) | 348.11º | 0.82% | 0.51% | - |
| XYZ | 9.81 | 5.46 | 2.92 | - |
| YUV | 57.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 44 | 0 | 0.82 | 0.66 | 0.49 | 348.11 | 0.7 | 0.3 |
| Hex | 81 | 17 | 2C | 0 | 52 | 42 | 31 | 15C | 46 | 1E |
| Octal | 201 | 27 | 54 | 0 | 122 | 102 | 61 | 534 | 106 | 36 |
| Binary | 10000001 | 10111 | 101100 | 0 | 1010010 | 1000010 | 110001 | 101011100 | 1000110 | 11110 |
Color Harmonies of #81172C
Complementary color
Monochromatic Colors of #81172C
Black with #81172C
Text Example
Text Example
White with #81172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81172C; }
p { color: rgb(129,23,44); }
H1.HeaderClassName
{
color: #81172C;
}
.AnyTagClassName
{
color: #81172C;
}
</style>
background-color css
<style>
a { background-color: #81172C; }
a { background-color: rgb(129,23,44); }
div.DivClassName
{
background-color: #81172C;
}
.BgClassName
{
background-color: #81172C;
}
</style>
border-color css
<style>
span { border-color: #81172C; }
span { border-color: rgb(129,23,44); }
td.TdClassName
{
border-color: #81172C;
}
.TagClassName
{
border-color: #81172C;
}
</style>