Shades of Claret #77243B
Tints of Claret #77243B
RGB
CMYK
RGB Variations
Color information
#77243B (or 0x77243B) is known color: Claret. HEX triplet: 77, 24 and 3B. RGB value is (119,36,59). Sum of RGB (Red+Green+Blue) = 119+36+59=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77243B is #88DBC4. Grayscale: #3F3F3F. Windows color (decimal): -8969157 or 3875959. OLE color: 3875959.
HSL color Cylindrical-coordinate representation of color #77243B: hue angle of 343.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77243B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 59 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.53 |
| HSL | 343.37º | 0.54% | 0.3% | - |
| HSV(B) | 343.37º | 0.7% | 0.47% | - |
| XYZ | 9.03 | 5.5 | 4.72 | - |
| YUV | 63.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 59 | 0 | 0.70 | 0.50 | 0.53 | 343.37 | 0.54 | 0.3 |
| Hex | 77 | 24 | 3B | 0 | 46 | 32 | 35 | 157 | 36 | 1E |
| Octal | 167 | 44 | 73 | 0 | 106 | 62 | 65 | 527 | 66 | 36 |
| Binary | 1110111 | 100100 | 111011 | 0 | 1000110 | 110010 | 110101 | 101010111 | 110110 | 11110 |
Color Harmonies of #77243B
Complementary color
Monochromatic Colors of #77243B
Black with #77243B
Text Example
Text Example
White with #77243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77243B; }
p { color: rgb(119,36,59); }
H1.HeaderClassName
{
color: #77243B;
}
.AnyTagClassName
{
color: #77243B;
}
</style>
background-color css
<style>
a { background-color: #77243B; }
a { background-color: rgb(119,36,59); }
div.DivClassName
{
background-color: #77243B;
}
.BgClassName
{
background-color: #77243B;
}
</style>
border-color css
<style>
span { border-color: #77243B; }
span { border-color: rgb(119,36,59); }
td.TdClassName
{
border-color: #77243B;
}
.TagClassName
{
border-color: #77243B;
}
</style>