Shades of Claret #77233D
Tints of Claret #77233D
RGB
CMYK
RGB Variations
Color information
#77233D (or 0x77233D) is known color: Claret. HEX triplet: 77, 23 and 3D. RGB value is (119,35,61). Sum of RGB (Red+Green+Blue) = 119+35+61=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77233D is #88DCC2. Grayscale: #3F3F3F. Windows color (decimal): -8969411 or 4006775. OLE color: 4006775.
HSL color Cylindrical-coordinate representation of color #77233D: hue angle of 341.43º 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 #77233D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 35 | 61 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.53 |
| HSL | 341.43º | 0.55% | 0.3% | - |
| HSV(B) | 341.43º | 0.71% | 0.47% | - |
| XYZ | 9.05 | 5.46 | 4.99 | - |
| YUV | 63.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 61 | 0 | 0.71 | 0.49 | 0.53 | 341.43 | 0.55 | 0.3 |
| Hex | 77 | 23 | 3D | 0 | 47 | 31 | 35 | 155 | 37 | 1E |
| Octal | 167 | 43 | 75 | 0 | 107 | 61 | 65 | 525 | 67 | 36 |
| Binary | 1110111 | 100011 | 111101 | 0 | 1000111 | 110001 | 110101 | 101010101 | 110111 | 11110 |
Color Harmonies of #77233D
Complementary color
Monochromatic Colors of #77233D
Black with #77233D
Text Example
Text Example
White with #77233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77233D; }
p { color: rgb(119,35,61); }
H1.HeaderClassName
{
color: #77233D;
}
.AnyTagClassName
{
color: #77233D;
}
</style>
background-color css
<style>
a { background-color: #77233D; }
a { background-color: rgb(119,35,61); }
div.DivClassName
{
background-color: #77233D;
}
.BgClassName
{
background-color: #77233D;
}
</style>
border-color css
<style>
span { border-color: #77233D; }
span { border-color: rgb(119,35,61); }
td.TdClassName
{
border-color: #77233D;
}
.TagClassName
{
border-color: #77233D;
}
</style>