Shades of Scarlett #77232D
Tints of Scarlett #77232D
RGB
CMYK
RGB Variations
Color information
#77232D (or 0x77232D) is known color: Scarlett. HEX triplet: 77, 23 and 2D. RGB value is (119,35,45). Sum of RGB (Red+Green+Blue) = 119+35+45=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77232D is #88DCD2. Grayscale: #3D3D3D. Windows color (decimal): -8969427 or 2958199. OLE color: 2958199.
HSL color Cylindrical-coordinate representation of color #77232D: hue angle of 352.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77232D is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 35 | 45 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.53 |
| HSL | 352.86º | 0.55% | 0.3% | - |
| HSV(B) | 352.86º | 0.71% | 0.47% | - |
| XYZ | 8.68 | 5.31 | 3.05 | - |
| YUV | 61.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 45 | 0 | 0.71 | 0.62 | 0.53 | 352.86 | 0.55 | 0.3 |
| Hex | 77 | 23 | 2D | 0 | 47 | 3E | 35 | 161 | 37 | 1E |
| Octal | 167 | 43 | 55 | 0 | 107 | 76 | 65 | 541 | 67 | 36 |
| Binary | 1110111 | 100011 | 101101 | 0 | 1000111 | 111110 | 110101 | 101100001 | 110111 | 11110 |
Color Harmonies of #77232D
Complementary color
Monochromatic Colors of #77232D
Black with #77232D
Text Example
Text Example
White with #77232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77232D; }
p { color: rgb(119,35,45); }
H1.HeaderClassName
{
color: #77232D;
}
.AnyTagClassName
{
color: #77232D;
}
</style>
background-color css
<style>
a { background-color: #77232D; }
a { background-color: rgb(119,35,45); }
div.DivClassName
{
background-color: #77232D;
}
.BgClassName
{
background-color: #77232D;
}
</style>
border-color css
<style>
span { border-color: #77232D; }
span { border-color: rgb(119,35,45); }
td.TdClassName
{
border-color: #77232D;
}
.TagClassName
{
border-color: #77232D;
}
</style>