Shades of Claret #652134
Tints of Claret #652134
RGB
CMYK
RGB Variations
Color information
#652134 (or 0x652134) is known color: Claret. HEX triplet: 65, 21 and 34. RGB value is (101,33,52). Sum of RGB (Red+Green+Blue) = 101+33+52=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #652134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652134 is #9ADECB. Grayscale: #373737. Windows color (decimal): -10149580 or 3416421. OLE color: 3416421.
HSL color Cylindrical-coordinate representation of color #652134: hue angle of 343.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652134 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 52 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.60 |
| HSL | 343.24º | 0.51% | 0.26% | - |
| HSV(B) | 343.24º | 0.67% | 0.4% | - |
| XYZ | 6.53 | 4.1 | 3.7 | - |
| YUV | 55.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 52 | 0 | 0.67 | 0.49 | 0.60 | 343.24 | 0.51 | 0.26 |
| Hex | 65 | 21 | 34 | 0 | 43 | 31 | 3C | 157 | 33 | 1A |
| Octal | 145 | 41 | 64 | 0 | 103 | 61 | 74 | 527 | 63 | 32 |
| Binary | 1100101 | 100001 | 110100 | 0 | 1000011 | 110001 | 111100 | 101010111 | 110011 | 11010 |
Color Harmonies of #652134
Complementary color
Monochromatic Colors of #652134
Black with #652134
Text Example
Text Example
White with #652134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652134; }
p { color: rgb(101,33,52); }
H1.HeaderClassName
{
color: #652134;
}
.AnyTagClassName
{
color: #652134;
}
</style>
background-color css
<style>
a { background-color: #652134; }
a { background-color: rgb(101,33,52); }
div.DivClassName
{
background-color: #652134;
}
.BgClassName
{
background-color: #652134;
}
</style>
border-color css
<style>
span { border-color: #652134; }
span { border-color: rgb(101,33,52); }
td.TdClassName
{
border-color: #652134;
}
.TagClassName
{
border-color: #652134;
}
</style>