Shades of Scarlett #76222E
Tints of Scarlett #76222E
RGB
CMYK
RGB Variations
Color information
#76222E (or 0x76222E) is known color: Scarlett. HEX triplet: 76, 22 and 2E. RGB value is (118,34,46). Sum of RGB (Red+Green+Blue) = 118+34+46=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76222E is #89DDD1. Grayscale: #3C3C3C. Windows color (decimal): -9035218 or 3023478. OLE color: 3023478.
HSL color Cylindrical-coordinate representation of color #76222E: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76222E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 46 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.54 |
| HSL | 351.43º | 0.55% | 0.3% | - |
| HSV(B) | 351.43º | 0.71% | 0.46% | - |
| XYZ | 8.54 | 5.19 | 3.14 | - |
| YUV | 60.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 46 | 0 | 0.71 | 0.61 | 0.54 | 351.43 | 0.55 | 0.3 |
| Hex | 76 | 22 | 2E | 0 | 47 | 3D | 36 | 15F | 37 | 1E |
| Octal | 166 | 42 | 56 | 0 | 107 | 75 | 66 | 537 | 67 | 36 |
| Binary | 1110110 | 100010 | 101110 | 0 | 1000111 | 111101 | 110110 | 101011111 | 110111 | 11110 |
Color Harmonies of #76222E
Complementary color
Monochromatic Colors of #76222E
Black with #76222E
Text Example
Text Example
White with #76222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76222E; }
p { color: rgb(118,34,46); }
H1.HeaderClassName
{
color: #76222E;
}
.AnyTagClassName
{
color: #76222E;
}
</style>
background-color css
<style>
a { background-color: #76222E; }
a { background-color: rgb(118,34,46); }
div.DivClassName
{
background-color: #76222E;
}
.BgClassName
{
background-color: #76222E;
}
</style>
border-color css
<style>
span { border-color: #76222E; }
span { border-color: rgb(118,34,46); }
td.TdClassName
{
border-color: #76222E;
}
.TagClassName
{
border-color: #76222E;
}
</style>