Shades of Scarlett #802333
Tints of Scarlett #802333
RGB
CMYK
RGB Variations
Color information
#802333 (or 0x802333) is known color: Scarlett. HEX triplet: 80, 23 and 33. RGB value is (128,35,51). Sum of RGB (Red+Green+Blue) = 128+35+51=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #802333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802333 is #7FDCCC. Grayscale: #404040. Windows color (decimal): -8379597 or 3351424. OLE color: 3351424.
HSL color Cylindrical-coordinate representation of color #802333: hue angle of 349.68º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802333 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 51 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.50 |
| HSL | 349.68º | 0.57% | 0.32% | - |
| HSV(B) | 349.68º | 0.73% | 0.5% | - |
| XYZ | 10.1 | 6.03 | 3.76 | - |
| YUV | 64.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 51 | 0 | 0.73 | 0.60 | 0.50 | 349.68 | 0.57 | 0.32 |
| Hex | 80 | 23 | 33 | 0 | 49 | 3C | 32 | 15E | 39 | 20 |
| Octal | 200 | 43 | 63 | 0 | 111 | 74 | 62 | 536 | 71 | 40 |
| Binary | 10000000 | 100011 | 110011 | 0 | 1001001 | 111100 | 110010 | 101011110 | 111001 | 100000 |
Color Harmonies of #802333
Complementary color
Monochromatic Colors of #802333
Black with #802333
Text Example
Text Example
White with #802333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802333; }
p { color: rgb(128,35,51); }
H1.HeaderClassName
{
color: #802333;
}
.AnyTagClassName
{
color: #802333;
}
</style>
background-color css
<style>
a { background-color: #802333; }
a { background-color: rgb(128,35,51); }
div.DivClassName
{
background-color: #802333;
}
.BgClassName
{
background-color: #802333;
}
</style>
border-color css
<style>
span { border-color: #802333; }
span { border-color: rgb(128,35,51); }
td.TdClassName
{
border-color: #802333;
}
.TagClassName
{
border-color: #802333;
}
</style>