Shades of Scarlett #77252F
Tints of Scarlett #77252F
RGB
CMYK
RGB Variations
Color information
#77252F (or 0x77252F) is known color: Scarlett. HEX triplet: 77, 25 and 2F. RGB value is (119,37,47). Sum of RGB (Red+Green+Blue) = 119+37+47=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252F is #88DAD0. Grayscale: #3E3E3E. Windows color (decimal): -8968913 or 3089783. OLE color: 3089783.
HSL color Cylindrical-coordinate representation of color #77252F: hue angle of 352.68º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77252F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 47 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.53 |
| HSL | 352.68º | 0.53% | 0.31% | - |
| HSV(B) | 352.68º | 0.69% | 0.47% | - |
| XYZ | 8.78 | 5.45 | 3.28 | - |
| YUV | 62.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 47 | 0 | 0.69 | 0.61 | 0.53 | 352.68 | 0.53 | 0.31 |
| Hex | 77 | 25 | 2F | 0 | 45 | 3D | 35 | 161 | 35 | 1F |
| Octal | 167 | 45 | 57 | 0 | 105 | 75 | 65 | 541 | 65 | 37 |
| Binary | 1110111 | 100101 | 101111 | 0 | 1000101 | 111101 | 110101 | 101100001 | 110101 | 11111 |
Color Harmonies of #77252F
Complementary color
Monochromatic Colors of #77252F
Black with #77252F
Text Example
Text Example
White with #77252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77252F; }
p { color: rgb(119,37,47); }
H1.HeaderClassName
{
color: #77252F;
}
.AnyTagClassName
{
color: #77252F;
}
</style>
background-color css
<style>
a { background-color: #77252F; }
a { background-color: rgb(119,37,47); }
div.DivClassName
{
background-color: #77252F;
}
.BgClassName
{
background-color: #77252F;
}
</style>
border-color css
<style>
span { border-color: #77252F; }
span { border-color: rgb(119,37,47); }
td.TdClassName
{
border-color: #77252F;
}
.TagClassName
{
border-color: #77252F;
}
</style>