Shades of Scarlett #76242D
Tints of Scarlett #76242D
RGB
CMYK
RGB Variations
Color information
#76242D (or 0x76242D) is known color: Scarlett. HEX triplet: 76, 24 and 2D. RGB value is (118,36,45). Sum of RGB (Red+Green+Blue) = 118+36+45=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242D is #89DBD2. Grayscale: #3D3D3D. Windows color (decimal): -9034707 or 2958454. OLE color: 2958454.
HSL color Cylindrical-coordinate representation of color #76242D: hue angle of 353.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76242D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 45 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.54 |
| HSL | 353.41º | 0.53% | 0.3% | - |
| HSV(B) | 353.41º | 0.69% | 0.46% | - |
| XYZ | 8.58 | 5.3 | 3.05 | - |
| YUV | 61.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 45 | 0 | 0.69 | 0.62 | 0.54 | 353.41 | 0.53 | 0.3 |
| Hex | 76 | 24 | 2D | 0 | 45 | 3E | 36 | 161 | 35 | 1E |
| Octal | 166 | 44 | 55 | 0 | 105 | 76 | 66 | 541 | 65 | 36 |
| Binary | 1110110 | 100100 | 101101 | 0 | 1000101 | 111110 | 110110 | 101100001 | 110101 | 11110 |
Color Harmonies of #76242D
Complementary color
Monochromatic Colors of #76242D
Black with #76242D
Text Example
Text Example
White with #76242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76242D; }
p { color: rgb(118,36,45); }
H1.HeaderClassName
{
color: #76242D;
}
.AnyTagClassName
{
color: #76242D;
}
</style>
background-color css
<style>
a { background-color: #76242D; }
a { background-color: rgb(118,36,45); }
div.DivClassName
{
background-color: #76242D;
}
.BgClassName
{
background-color: #76242D;
}
</style>
border-color css
<style>
span { border-color: #76242D; }
span { border-color: rgb(118,36,45); }
td.TdClassName
{
border-color: #76242D;
}
.TagClassName
{
border-color: #76242D;
}
</style>