Shades of Claret #651131
Tints of Claret #651131
RGB
CMYK
RGB Variations
Color information
#651131 (or 0x651131) is known color: Claret. HEX triplet: 65, 11 and 31. RGB value is (101,17,49). Sum of RGB (Red+Green+Blue) = 101+17+49=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #651131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651131 is #9AEECE. Grayscale: #2D2D2D. Windows color (decimal): -10153679 or 3215717. OLE color: 3215717.
HSL color Cylindrical-coordinate representation of color #651131: hue angle of 337.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651131 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 49 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.60 |
| HSL | 337.14º | 0.71% | 0.23% | - |
| HSV(B) | 337.14º | 0.83% | 0.4% | - |
| XYZ | 6.12 | 3.39 | 3.24 | - |
| YUV | 45.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 49 | 0 | 0.83 | 0.51 | 0.60 | 337.14 | 0.71 | 0.23 |
| Hex | 65 | 11 | 31 | 0 | 53 | 33 | 3C | 151 | 47 | 17 |
| Octal | 145 | 21 | 61 | 0 | 123 | 63 | 74 | 521 | 107 | 27 |
| Binary | 1100101 | 10001 | 110001 | 0 | 1010011 | 110011 | 111100 | 101010001 | 1000111 | 10111 |
Color Harmonies of #651131
Complementary color
Monochromatic Colors of #651131
Black with #651131
Text Example
Text Example
White with #651131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651131; }
p { color: rgb(101,17,49); }
H1.HeaderClassName
{
color: #651131;
}
.AnyTagClassName
{
color: #651131;
}
</style>
background-color css
<style>
a { background-color: #651131; }
a { background-color: rgb(101,17,49); }
div.DivClassName
{
background-color: #651131;
}
.BgClassName
{
background-color: #651131;
}
</style>
border-color css
<style>
span { border-color: #651131; }
span { border-color: rgb(101,17,49); }
td.TdClassName
{
border-color: #651131;
}
.TagClassName
{
border-color: #651131;
}
</style>