Shades of Scarlett #762330
Tints of Scarlett #762330
RGB
CMYK
RGB Variations
Color information
#762330 (or 0x762330) is known color: Scarlett. HEX triplet: 76, 23 and 30. RGB value is (118,35,48). Sum of RGB (Red+Green+Blue) = 118+35+48=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762330 is #89DCCF. Grayscale: #3D3D3D. Windows color (decimal): -9034960 or 3154806. OLE color: 3154806.
HSL color Cylindrical-coordinate representation of color #762330: hue angle of 350.6º 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 #762330 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 48 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.54 |
| HSL | 350.6º | 0.54% | 0.3% | - |
| HSV(B) | 350.6º | 0.7% | 0.46% | - |
| XYZ | 8.61 | 5.27 | 3.36 | - |
| YUV | 61.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 48 | 0 | 0.70 | 0.59 | 0.54 | 350.6 | 0.54 | 0.3 |
| Hex | 76 | 23 | 30 | 0 | 46 | 3B | 36 | 15F | 36 | 1E |
| Octal | 166 | 43 | 60 | 0 | 106 | 73 | 66 | 537 | 66 | 36 |
| Binary | 1110110 | 100011 | 110000 | 0 | 1000110 | 111011 | 110110 | 101011111 | 110110 | 11110 |
Color Harmonies of #762330
Complementary color
Monochromatic Colors of #762330
Black with #762330
Text Example
Text Example
White with #762330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762330; }
p { color: rgb(118,35,48); }
H1.HeaderClassName
{
color: #762330;
}
.AnyTagClassName
{
color: #762330;
}
</style>
background-color css
<style>
a { background-color: #762330; }
a { background-color: rgb(118,35,48); }
div.DivClassName
{
background-color: #762330;
}
.BgClassName
{
background-color: #762330;
}
</style>
border-color css
<style>
span { border-color: #762330; }
span { border-color: rgb(118,35,48); }
td.TdClassName
{
border-color: #762330;
}
.TagClassName
{
border-color: #762330;
}
</style>