Shades of Claret #652130
Tints of Claret #652130
RGB
CMYK
RGB Variations
Color information
#652130 (or 0x652130) is known color: Claret. HEX triplet: 65, 21 and 30. RGB value is (101,33,48). Sum of RGB (Red+Green+Blue) = 101+33+48=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #652130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652130 is #9ADECF. Grayscale: #373737. Windows color (decimal): -10149584 or 3154277. OLE color: 3154277.
HSL color Cylindrical-coordinate representation of color #652130: hue angle of 346.76º 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 #652130 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 48 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.60 |
| HSL | 346.76º | 0.51% | 0.26% | - |
| HSV(B) | 346.76º | 0.67% | 0.4% | - |
| XYZ | 6.44 | 4.07 | 3.24 | - |
| YUV | 55.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 48 | 0 | 0.67 | 0.52 | 0.60 | 346.76 | 0.51 | 0.26 |
| Hex | 65 | 21 | 30 | 0 | 43 | 34 | 3C | 15B | 33 | 1A |
| Octal | 145 | 41 | 60 | 0 | 103 | 64 | 74 | 533 | 63 | 32 |
| Binary | 1100101 | 100001 | 110000 | 0 | 1000011 | 110100 | 111100 | 101011011 | 110011 | 11010 |
Color Harmonies of #652130
Complementary color
Monochromatic Colors of #652130
Black with #652130
Text Example
Text Example
White with #652130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652130; }
p { color: rgb(101,33,48); }
H1.HeaderClassName
{
color: #652130;
}
.AnyTagClassName
{
color: #652130;
}
</style>
background-color css
<style>
a { background-color: #652130; }
a { background-color: rgb(101,33,48); }
div.DivClassName
{
background-color: #652130;
}
.BgClassName
{
background-color: #652130;
}
</style>
border-color css
<style>
span { border-color: #652130; }
span { border-color: rgb(101,33,48); }
td.TdClassName
{
border-color: #652130;
}
.TagClassName
{
border-color: #652130;
}
</style>