Shades of Scarlett #76232E
Tints of Scarlett #76232E
RGB
CMYK
RGB Variations
Color information
#76232E (or 0x76232E) is known color: Scarlett. HEX triplet: 76, 23 and 2E. RGB value is (118,35,46). Sum of RGB (Red+Green+Blue) = 118+35+46=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232E is #89DCD1. Grayscale: #3D3D3D. Windows color (decimal): -9034962 or 3023734. OLE color: 3023734.
HSL color Cylindrical-coordinate representation of color #76232E: hue angle of 352.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76232E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 46 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.54 |
| HSL | 352.05º | 0.54% | 0.3% | - |
| HSV(B) | 352.05º | 0.7% | 0.46% | - |
| XYZ | 8.57 | 5.25 | 3.15 | - |
| YUV | 61.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 46 | 0 | 0.70 | 0.61 | 0.54 | 352.05 | 0.54 | 0.3 |
| Hex | 76 | 23 | 2E | 0 | 46 | 3D | 36 | 160 | 36 | 1E |
| Octal | 166 | 43 | 56 | 0 | 106 | 75 | 66 | 540 | 66 | 36 |
| Binary | 1110110 | 100011 | 101110 | 0 | 1000110 | 111101 | 110110 | 101100000 | 110110 | 11110 |
Color Harmonies of #76232E
Complementary color
Monochromatic Colors of #76232E
Black with #76232E
Text Example
Text Example
White with #76232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76232E; }
p { color: rgb(118,35,46); }
H1.HeaderClassName
{
color: #76232E;
}
.AnyTagClassName
{
color: #76232E;
}
</style>
background-color css
<style>
a { background-color: #76232E; }
a { background-color: rgb(118,35,46); }
div.DivClassName
{
background-color: #76232E;
}
.BgClassName
{
background-color: #76232E;
}
</style>
border-color css
<style>
span { border-color: #76232E; }
span { border-color: rgb(118,35,46); }
td.TdClassName
{
border-color: #76232E;
}
.TagClassName
{
border-color: #76232E;
}
</style>