Shades of Scarlett #81232E
Tints of Scarlett #81232E
RGB
CMYK
RGB Variations
Color information
#81232E (or 0x81232E) is known color: Scarlett. HEX triplet: 81, 23 and 2E. RGB value is (129,35,46). Sum of RGB (Red+Green+Blue) = 129+35+46=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81232E is #7EDCD1. Grayscale: #404040. Windows color (decimal): -8314066 or 3023745. OLE color: 3023745.
HSL color Cylindrical-coordinate representation of color #81232E: hue angle of 352.98º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81232E is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 46 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.49 |
| HSL | 352.98º | 0.57% | 0.32% | - |
| HSV(B) | 352.98º | 0.73% | 0.51% | - |
| XYZ | 10.15 | 6.07 | 3.22 | - |
| YUV | 64.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 46 | 0 | 0.73 | 0.64 | 0.49 | 352.98 | 0.57 | 0.32 |
| Hex | 81 | 23 | 2E | 0 | 49 | 40 | 31 | 161 | 39 | 20 |
| Octal | 201 | 43 | 56 | 0 | 111 | 100 | 61 | 541 | 71 | 40 |
| Binary | 10000001 | 100011 | 101110 | 0 | 1001001 | 1000000 | 110001 | 101100001 | 111001 | 100000 |
Color Harmonies of #81232E
Complementary color
Monochromatic Colors of #81232E
Black with #81232E
Text Example
Text Example
White with #81232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81232E; }
p { color: rgb(129,35,46); }
H1.HeaderClassName
{
color: #81232E;
}
.AnyTagClassName
{
color: #81232E;
}
</style>
background-color css
<style>
a { background-color: #81232E; }
a { background-color: rgb(129,35,46); }
div.DivClassName
{
background-color: #81232E;
}
.BgClassName
{
background-color: #81232E;
}
</style>
border-color css
<style>
span { border-color: #81232E; }
span { border-color: rgb(129,35,46); }
td.TdClassName
{
border-color: #81232E;
}
.TagClassName
{
border-color: #81232E;
}
</style>