Shades of Claret #651330
Tints of Claret #651330
RGB
CMYK
RGB Variations
Color information
#651330 (or 0x651330) is known color: Claret. HEX triplet: 65, 13 and 30. RGB value is (101,19,48). Sum of RGB (Red+Green+Blue) = 101+19+48=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #651330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651330 is #9AECCF. Grayscale: #2E2E2E. Windows color (decimal): -10153168 or 3150693. OLE color: 3150693.
HSL color Cylindrical-coordinate representation of color #651330: hue angle of 338.78º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651330 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 48 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.60 |
| HSL | 338.78º | 0.68% | 0.24% | - |
| HSV(B) | 338.78º | 0.81% | 0.4% | - |
| XYZ | 6.13 | 3.45 | 3.14 | - |
| YUV | 46.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 48 | 0 | 0.81 | 0.52 | 0.60 | 338.78 | 0.68 | 0.24 |
| Hex | 65 | 13 | 30 | 0 | 51 | 34 | 3C | 153 | 44 | 18 |
| Octal | 145 | 23 | 60 | 0 | 121 | 64 | 74 | 523 | 104 | 30 |
| Binary | 1100101 | 10011 | 110000 | 0 | 1010001 | 110100 | 111100 | 101010011 | 1000100 | 11000 |
Color Harmonies of #651330
Complementary color
Monochromatic Colors of #651330
Black with #651330
Text Example
Text Example
White with #651330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651330; }
p { color: rgb(101,19,48); }
H1.HeaderClassName
{
color: #651330;
}
.AnyTagClassName
{
color: #651330;
}
</style>
background-color css
<style>
a { background-color: #651330; }
a { background-color: rgb(101,19,48); }
div.DivClassName
{
background-color: #651330;
}
.BgClassName
{
background-color: #651330;
}
</style>
border-color css
<style>
span { border-color: #651330; }
span { border-color: rgb(101,19,48); }
td.TdClassName
{
border-color: #651330;
}
.TagClassName
{
border-color: #651330;
}
</style>