Shades of Claret #771B30
Tints of Claret #771B30
RGB
CMYK
RGB Variations
Color information
#771B30 (or 0x771B30) is known color: Claret. HEX triplet: 77, 1B and 30. RGB value is (119,27,48). Sum of RGB (Red+Green+Blue) = 119+27+48=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #771B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B30 is #88E4CF. Grayscale: #383838. Windows color (decimal): -8971472 or 3152759. OLE color: 3152759.
HSL color Cylindrical-coordinate representation of color #771B30: hue angle of 346.3º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B30 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 48 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.53 |
| HSL | 346.3º | 0.63% | 0.29% | - |
| HSV(B) | 346.3º | 0.77% | 0.47% | - |
| XYZ | 8.53 | 4.92 | 3.3 | - |
| YUV | 56.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 48 | 0 | 0.77 | 0.60 | 0.53 | 346.3 | 0.63 | 0.29 |
| Hex | 77 | 1B | 30 | 0 | 4D | 3C | 35 | 15A | 3F | 1D |
| Octal | 167 | 33 | 60 | 0 | 115 | 74 | 65 | 532 | 77 | 35 |
| Binary | 1110111 | 11011 | 110000 | 0 | 1001101 | 111100 | 110101 | 101011010 | 111111 | 11101 |
Color Harmonies of #771B30
Complementary color
Monochromatic Colors of #771B30
Black with #771B30
Text Example
Text Example
White with #771B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B30; }
p { color: rgb(119,27,48); }
H1.HeaderClassName
{
color: #771B30;
}
.AnyTagClassName
{
color: #771B30;
}
</style>
background-color css
<style>
a { background-color: #771B30; }
a { background-color: rgb(119,27,48); }
div.DivClassName
{
background-color: #771B30;
}
.BgClassName
{
background-color: #771B30;
}
</style>
border-color css
<style>
span { border-color: #771B30; }
span { border-color: rgb(119,27,48); }
td.TdClassName
{
border-color: #771B30;
}
.TagClassName
{
border-color: #771B30;
}
</style>