Shades of Claret #772333
Tints of Claret #772333
RGB
CMYK
RGB Variations
Color information
#772333 (or 0x772333) is known color: Claret. HEX triplet: 77, 23 and 33. RGB value is (119,35,51). Sum of RGB (Red+Green+Blue) = 119+35+51=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772333 is #88DCCC. Grayscale: #3D3D3D. Windows color (decimal): -8969421 or 3351415. OLE color: 3351415.
HSL color Cylindrical-coordinate representation of color #772333: hue angle of 348.57º 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 #772333 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 35 | 51 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.53 |
| HSL | 348.57º | 0.55% | 0.3% | - |
| HSV(B) | 348.57º | 0.71% | 0.47% | - |
| XYZ | 8.81 | 5.36 | 3.7 | - |
| YUV | 61.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 51 | 0 | 0.71 | 0.57 | 0.53 | 348.57 | 0.55 | 0.3 |
| Hex | 77 | 23 | 33 | 0 | 47 | 39 | 35 | 15D | 37 | 1E |
| Octal | 167 | 43 | 63 | 0 | 107 | 71 | 65 | 535 | 67 | 36 |
| Binary | 1110111 | 100011 | 110011 | 0 | 1000111 | 111001 | 110101 | 101011101 | 110111 | 11110 |
Color Harmonies of #772333
Complementary color
Monochromatic Colors of #772333
Black with #772333
Text Example
Text Example
White with #772333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772333; }
p { color: rgb(119,35,51); }
H1.HeaderClassName
{
color: #772333;
}
.AnyTagClassName
{
color: #772333;
}
</style>
background-color css
<style>
a { background-color: #772333; }
a { background-color: rgb(119,35,51); }
div.DivClassName
{
background-color: #772333;
}
.BgClassName
{
background-color: #772333;
}
</style>
border-color css
<style>
span { border-color: #772333; }
span { border-color: rgb(119,35,51); }
td.TdClassName
{
border-color: #772333;
}
.TagClassName
{
border-color: #772333;
}
</style>