Shades of Scarlett #851728
Tints of Scarlett #851728
RGB
CMYK
RGB Variations
Color information
#851728 (or 0x851728) is known color: Scarlett. HEX triplet: 85, 17 and 28. RGB value is (133,23,40). Sum of RGB (Red+Green+Blue) = 133+23+40=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #851728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851728 is #7AE8D7. Grayscale: #393939. Windows color (decimal): -8055000 or 2627461. OLE color: 2627461.
HSL color Cylindrical-coordinate representation of color #851728: hue angle of 350.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851728 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 40 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.48 |
| HSL | 350.73º | 0.71% | 0.31% | - |
| HSV(B) | 350.73º | 0.83% | 0.52% | - |
| XYZ | 10.36 | 5.75 | 2.57 | - |
| YUV | 57.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 40 | 0 | 0.83 | 0.70 | 0.48 | 350.73 | 0.71 | 0.31 |
| Hex | 85 | 17 | 28 | 0 | 53 | 46 | 30 | 15F | 47 | 1F |
| Octal | 205 | 27 | 50 | 0 | 123 | 106 | 60 | 537 | 107 | 37 |
| Binary | 10000101 | 10111 | 101000 | 0 | 1010011 | 1000110 | 110000 | 101011111 | 1000111 | 11111 |
Color Harmonies of #851728
Complementary color
Monochromatic Colors of #851728
Black with #851728
Text Example
Text Example
White with #851728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851728; }
p { color: rgb(133,23,40); }
H1.HeaderClassName
{
color: #851728;
}
.AnyTagClassName
{
color: #851728;
}
</style>
background-color css
<style>
a { background-color: #851728; }
a { background-color: rgb(133,23,40); }
div.DivClassName
{
background-color: #851728;
}
.BgClassName
{
background-color: #851728;
}
</style>
border-color css
<style>
span { border-color: #851728; }
span { border-color: rgb(133,23,40); }
td.TdClassName
{
border-color: #851728;
}
.TagClassName
{
border-color: #851728;
}
</style>