Shades of Claret #651D2F
Tints of Claret #651D2F
RGB
CMYK
RGB Variations
Color information
#651D2F (or 0x651D2F) is known color: Claret. HEX triplet: 65, 1D and 2F. RGB value is (101,29,47). Sum of RGB (Red+Green+Blue) = 101+29+47=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #651D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D2F is #9AE2D0. Grayscale: #343434. Windows color (decimal): -10150609 or 3087717. OLE color: 3087717.
HSL color Cylindrical-coordinate representation of color #651D2F: hue angle of 345º 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 #651D2F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 29 | 47 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.60 |
| HSL | 345º | 0.55% | 0.25% | - |
| HSV(B) | 345º | 0.71% | 0.4% | - |
| XYZ | 6.32 | 3.85 | 3.1 | - |
| YUV | 52.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 47 | 0 | 0.71 | 0.53 | 0.60 | 345 | 0.55 | 0.25 |
| Hex | 65 | 1D | 2F | 0 | 47 | 35 | 3C | 159 | 37 | 19 |
| Octal | 145 | 35 | 57 | 0 | 107 | 65 | 74 | 531 | 67 | 31 |
| Binary | 1100101 | 11101 | 101111 | 0 | 1000111 | 110101 | 111100 | 101011001 | 110111 | 11001 |
Color Harmonies of #651D2F
Complementary color
Monochromatic Colors of #651D2F
Black with #651D2F
Text Example
Text Example
White with #651D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D2F; }
p { color: rgb(101,29,47); }
H1.HeaderClassName
{
color: #651D2F;
}
.AnyTagClassName
{
color: #651D2F;
}
</style>
background-color css
<style>
a { background-color: #651D2F; }
a { background-color: rgb(101,29,47); }
div.DivClassName
{
background-color: #651D2F;
}
.BgClassName
{
background-color: #651D2F;
}
</style>
border-color css
<style>
span { border-color: #651D2F; }
span { border-color: rgb(101,29,47); }
td.TdClassName
{
border-color: #651D2F;
}
.TagClassName
{
border-color: #651D2F;
}
</style>