Shades of Claret #770F33
Tints of Claret #770F33
RGB
CMYK
RGB Variations
Color information
#770F33 (or 0x770F33) is known color: Claret. HEX triplet: 77, 0F and 33. RGB value is (119,15,51). Sum of RGB (Red+Green+Blue) = 119+15+51=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F33 is #88F0CC. Grayscale: #323232. Windows color (decimal): -8974541 or 3346295. OLE color: 3346295.
HSL color Cylindrical-coordinate representation of color #770F33: hue angle of 339.23º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F33 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 51 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.53 |
| HSL | 339.23º | 0.78% | 0.26% | - |
| HSV(B) | 339.23º | 0.87% | 0.47% | - |
| XYZ | 8.38 | 4.5 | 3.56 | - |
| YUV | 50.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 51 | 0 | 0.87 | 0.57 | 0.53 | 339.23 | 0.78 | 0.26 |
| Hex | 77 | F | 33 | 0 | 57 | 39 | 35 | 153 | 4E | 1A |
| Octal | 167 | 17 | 63 | 0 | 127 | 71 | 65 | 523 | 116 | 32 |
| Binary | 1110111 | 1111 | 110011 | 0 | 1010111 | 111001 | 110101 | 101010011 | 1001110 | 11010 |
Color Harmonies of #770F33
Complementary color
Monochromatic Colors of #770F33
Black with #770F33
Text Example
Text Example
White with #770F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F33; }
p { color: rgb(119,15,51); }
H1.HeaderClassName
{
color: #770F33;
}
.AnyTagClassName
{
color: #770F33;
}
</style>
background-color css
<style>
a { background-color: #770F33; }
a { background-color: rgb(119,15,51); }
div.DivClassName
{
background-color: #770F33;
}
.BgClassName
{
background-color: #770F33;
}
</style>
border-color css
<style>
span { border-color: #770F33; }
span { border-color: rgb(119,15,51); }
td.TdClassName
{
border-color: #770F33;
}
.TagClassName
{
border-color: #770F33;
}
</style>