Shades of Claret #77253B
Tints of Claret #77253B
RGB
CMYK
RGB Variations
Color information
#77253B (or 0x77253B) is known color: Claret. HEX triplet: 77, 25 and 3B. RGB value is (119,37,59). Sum of RGB (Red+Green+Blue) = 119+37+59=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77253B is #88DAC4. Grayscale: #404040. Windows color (decimal): -8968901 or 3876215. OLE color: 3876215.
HSL color Cylindrical-coordinate representation of color #77253B: hue angle of 343.9º 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 #77253B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 59 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.53 |
| HSL | 343.9º | 0.53% | 0.31% | - |
| HSV(B) | 343.9º | 0.69% | 0.47% | - |
| XYZ | 9.06 | 5.56 | 4.73 | - |
| YUV | 64.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 59 | 0 | 0.69 | 0.50 | 0.53 | 343.9 | 0.53 | 0.31 |
| Hex | 77 | 25 | 3B | 0 | 45 | 32 | 35 | 158 | 35 | 1F |
| Octal | 167 | 45 | 73 | 0 | 105 | 62 | 65 | 530 | 65 | 37 |
| Binary | 1110111 | 100101 | 111011 | 0 | 1000101 | 110010 | 110101 | 101011000 | 110101 | 11111 |
Color Harmonies of #77253B
Complementary color
Monochromatic Colors of #77253B
Black with #77253B
Text Example
Text Example
White with #77253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77253B; }
p { color: rgb(119,37,59); }
H1.HeaderClassName
{
color: #77253B;
}
.AnyTagClassName
{
color: #77253B;
}
</style>
background-color css
<style>
a { background-color: #77253B; }
a { background-color: rgb(119,37,59); }
div.DivClassName
{
background-color: #77253B;
}
.BgClassName
{
background-color: #77253B;
}
</style>
border-color css
<style>
span { border-color: #77253B; }
span { border-color: rgb(119,37,59); }
td.TdClassName
{
border-color: #77253B;
}
.TagClassName
{
border-color: #77253B;
}
</style>