Shades of Claret #65142F
Tints of Claret #65142F
RGB
CMYK
RGB Variations
Color information
#65142F (or 0x65142F) is known color: Claret. HEX triplet: 65, 14 and 2F. RGB value is (101,20,47). Sum of RGB (Red+Green+Blue) = 101+20+47=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65142F is #9AEBD0. Grayscale: #2F2F2F. Windows color (decimal): -10152913 or 3085413. OLE color: 3085413.
HSL color Cylindrical-coordinate representation of color #65142F: hue angle of 340º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65142F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 47 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.60 |
| HSL | 340º | 0.67% | 0.24% | - |
| HSV(B) | 340º | 0.8% | 0.4% | - |
| XYZ | 6.13 | 3.47 | 3.04 | - |
| YUV | 47.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 47 | 0 | 0.80 | 0.53 | 0.60 | 340 | 0.67 | 0.24 |
| Hex | 65 | 14 | 2F | 0 | 50 | 35 | 3C | 154 | 43 | 18 |
| Octal | 145 | 24 | 57 | 0 | 120 | 65 | 74 | 524 | 103 | 30 |
| Binary | 1100101 | 10100 | 101111 | 0 | 1010000 | 110101 | 111100 | 101010100 | 1000011 | 11000 |
Color Harmonies of #65142F
Complementary color
Monochromatic Colors of #65142F
Black with #65142F
Text Example
Text Example
White with #65142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65142F; }
p { color: rgb(101,20,47); }
H1.HeaderClassName
{
color: #65142F;
}
.AnyTagClassName
{
color: #65142F;
}
</style>
background-color css
<style>
a { background-color: #65142F; }
a { background-color: rgb(101,20,47); }
div.DivClassName
{
background-color: #65142F;
}
.BgClassName
{
background-color: #65142F;
}
</style>
border-color css
<style>
span { border-color: #65142F; }
span { border-color: rgb(101,20,47); }
td.TdClassName
{
border-color: #65142F;
}
.TagClassName
{
border-color: #65142F;
}
</style>