Shades of Claret #651D31
Tints of Claret #651D31
RGB
CMYK
RGB Variations
Color information
#651D31 (or 0x651D31) is known color: Claret. HEX triplet: 65, 1D and 31. RGB value is (101,29,49). Sum of RGB (Red+Green+Blue) = 101+29+49=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #651D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D31 is #9AE2CE. Grayscale: #343434. Windows color (decimal): -10150607 or 3218789. OLE color: 3218789.
HSL color Cylindrical-coordinate representation of color #651D31: hue angle of 343.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651D31 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 49 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.60 |
| HSL | 343.33º | 0.55% | 0.25% | - |
| HSV(B) | 343.33º | 0.71% | 0.4% | - |
| XYZ | 6.36 | 3.87 | 3.32 | - |
| YUV | 52.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 49 | 0 | 0.71 | 0.51 | 0.60 | 343.33 | 0.55 | 0.25 |
| Hex | 65 | 1D | 31 | 0 | 47 | 33 | 3C | 157 | 37 | 19 |
| Octal | 145 | 35 | 61 | 0 | 107 | 63 | 74 | 527 | 67 | 31 |
| Binary | 1100101 | 11101 | 110001 | 0 | 1000111 | 110011 | 111100 | 101010111 | 110111 | 11001 |
Color Harmonies of #651D31
Complementary color
Monochromatic Colors of #651D31
Black with #651D31
Text Example
Text Example
White with #651D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D31; }
p { color: rgb(101,29,49); }
H1.HeaderClassName
{
color: #651D31;
}
.AnyTagClassName
{
color: #651D31;
}
</style>
background-color css
<style>
a { background-color: #651D31; }
a { background-color: rgb(101,29,49); }
div.DivClassName
{
background-color: #651D31;
}
.BgClassName
{
background-color: #651D31;
}
</style>
border-color css
<style>
span { border-color: #651D31; }
span { border-color: rgb(101,29,49); }
td.TdClassName
{
border-color: #651D31;
}
.TagClassName
{
border-color: #651D31;
}
</style>