Shades of Claret #65112F
Tints of Claret #65112F
RGB
CMYK
RGB Variations
Color information
#65112F (or 0x65112F) is known color: Claret. HEX triplet: 65, 11 and 2F. RGB value is (101,17,47). Sum of RGB (Red+Green+Blue) = 101+17+47=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #65112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65112F is #9AEED0. Grayscale: #2D2D2D. Windows color (decimal): -10153681 or 3084645. OLE color: 3084645.
HSL color Cylindrical-coordinate representation of color #65112F: hue angle of 338.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65112F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 47 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.60 |
| HSL | 338.57º | 0.71% | 0.23% | - |
| HSV(B) | 338.57º | 0.83% | 0.4% | - |
| XYZ | 6.08 | 3.37 | 3.02 | - |
| YUV | 45.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 47 | 0 | 0.83 | 0.53 | 0.60 | 338.57 | 0.71 | 0.23 |
| Hex | 65 | 11 | 2F | 0 | 53 | 35 | 3C | 153 | 47 | 17 |
| Octal | 145 | 21 | 57 | 0 | 123 | 65 | 74 | 523 | 107 | 27 |
| Binary | 1100101 | 10001 | 101111 | 0 | 1010011 | 110101 | 111100 | 101010011 | 1000111 | 10111 |
Color Harmonies of #65112F
Complementary color
Monochromatic Colors of #65112F
Black with #65112F
Text Example
Text Example
White with #65112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65112F; }
p { color: rgb(101,17,47); }
H1.HeaderClassName
{
color: #65112F;
}
.AnyTagClassName
{
color: #65112F;
}
</style>
background-color css
<style>
a { background-color: #65112F; }
a { background-color: rgb(101,17,47); }
div.DivClassName
{
background-color: #65112F;
}
.BgClassName
{
background-color: #65112F;
}
</style>
border-color css
<style>
span { border-color: #65112F; }
span { border-color: rgb(101,17,47); }
td.TdClassName
{
border-color: #65112F;
}
.TagClassName
{
border-color: #65112F;
}
</style>