Shades of Scarlett #76232F
Tints of Scarlett #76232F
RGB
CMYK
RGB Variations
Color information
#76232F (or 0x76232F) is known color: Scarlett. HEX triplet: 76, 23 and 2F. RGB value is (118,35,47). Sum of RGB (Red+Green+Blue) = 118+35+47=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232F is #89DCD0. Grayscale: #3D3D3D. Windows color (decimal): -9034961 or 3089270. OLE color: 3089270.
HSL color Cylindrical-coordinate representation of color #76232F: hue angle of 351.33º 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 #76232F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 47 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.54 |
| HSL | 351.33º | 0.54% | 0.3% | - |
| HSV(B) | 351.33º | 0.7% | 0.46% | - |
| XYZ | 8.59 | 5.26 | 3.25 | - |
| YUV | 61.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 47 | 0 | 0.70 | 0.60 | 0.54 | 351.33 | 0.54 | 0.3 |
| Hex | 76 | 23 | 2F | 0 | 46 | 3C | 36 | 15F | 36 | 1E |
| Octal | 166 | 43 | 57 | 0 | 106 | 74 | 66 | 537 | 66 | 36 |
| Binary | 1110110 | 100011 | 101111 | 0 | 1000110 | 111100 | 110110 | 101011111 | 110110 | 11110 |
Color Harmonies of #76232F
Complementary color
Monochromatic Colors of #76232F
Black with #76232F
Text Example
Text Example
White with #76232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76232F; }
p { color: rgb(118,35,47); }
H1.HeaderClassName
{
color: #76232F;
}
.AnyTagClassName
{
color: #76232F;
}
</style>
background-color css
<style>
a { background-color: #76232F; }
a { background-color: rgb(118,35,47); }
div.DivClassName
{
background-color: #76232F;
}
.BgClassName
{
background-color: #76232F;
}
</style>
border-color css
<style>
span { border-color: #76232F; }
span { border-color: rgb(118,35,47); }
td.TdClassName
{
border-color: #76232F;
}
.TagClassName
{
border-color: #76232F;
}
</style>