Shades of Claret #77273B
Tints of Claret #77273B
RGB
CMYK
RGB Variations
Color information
#77273B (or 0x77273B) is known color: Claret. HEX triplet: 77, 27 and 3B. RGB value is (119,39,59). Sum of RGB (Red+Green+Blue) = 119+39+59=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77273B is #88D8C4. Grayscale: #414141. Windows color (decimal): -8968389 or 3876727. OLE color: 3876727.
HSL color Cylindrical-coordinate representation of color #77273B: hue angle of 345º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77273B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 59 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.53 |
| HSL | 345º | 0.51% | 0.31% | - |
| HSV(B) | 345º | 0.67% | 0.47% | - |
| XYZ | 9.12 | 5.69 | 4.75 | - |
| YUV | 65.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 59 | 0 | 0.67 | 0.50 | 0.53 | 345 | 0.51 | 0.31 |
| Hex | 77 | 27 | 3B | 0 | 43 | 32 | 35 | 159 | 33 | 1F |
| Octal | 167 | 47 | 73 | 0 | 103 | 62 | 65 | 531 | 63 | 37 |
| Binary | 1110111 | 100111 | 111011 | 0 | 1000011 | 110010 | 110101 | 101011001 | 110011 | 11111 |
Color Harmonies of #77273B
Complementary color
Monochromatic Colors of #77273B
Black with #77273B
Text Example
Text Example
White with #77273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77273B; }
p { color: rgb(119,39,59); }
H1.HeaderClassName
{
color: #77273B;
}
.AnyTagClassName
{
color: #77273B;
}
</style>
background-color css
<style>
a { background-color: #77273B; }
a { background-color: rgb(119,39,59); }
div.DivClassName
{
background-color: #77273B;
}
.BgClassName
{
background-color: #77273B;
}
</style>
border-color css
<style>
span { border-color: #77273B; }
span { border-color: rgb(119,39,59); }
td.TdClassName
{
border-color: #77273B;
}
.TagClassName
{
border-color: #77273B;
}
</style>