Shades of Claret #65202F
Tints of Claret #65202F
RGB
CMYK
RGB Variations
Color information
#65202F (or 0x65202F) is known color: Claret. HEX triplet: 65, 20 and 2F. RGB value is (101,32,47). Sum of RGB (Red+Green+Blue) = 101+32+47=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65202F is #9ADFD0. Grayscale: #363636. Windows color (decimal): -10149841 or 3088485. OLE color: 3088485.
HSL color Cylindrical-coordinate representation of color #65202F: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65202F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 47 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.60 |
| HSL | 346.96º | 0.52% | 0.26% | - |
| HSV(B) | 346.96º | 0.68% | 0.4% | - |
| XYZ | 6.4 | 4 | 3.13 | - |
| YUV | 54.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 47 | 0 | 0.68 | 0.53 | 0.60 | 346.96 | 0.52 | 0.26 |
| Hex | 65 | 20 | 2F | 0 | 44 | 35 | 3C | 15B | 34 | 1A |
| Octal | 145 | 40 | 57 | 0 | 104 | 65 | 74 | 533 | 64 | 32 |
| Binary | 1100101 | 100000 | 101111 | 0 | 1000100 | 110101 | 111100 | 101011011 | 110100 | 11010 |
Color Harmonies of #65202F
Complementary color
Monochromatic Colors of #65202F
Black with #65202F
Text Example
Text Example
White with #65202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65202F; }
p { color: rgb(101,32,47); }
H1.HeaderClassName
{
color: #65202F;
}
.AnyTagClassName
{
color: #65202F;
}
</style>
background-color css
<style>
a { background-color: #65202F; }
a { background-color: rgb(101,32,47); }
div.DivClassName
{
background-color: #65202F;
}
.BgClassName
{
background-color: #65202F;
}
</style>
border-color css
<style>
span { border-color: #65202F; }
span { border-color: rgb(101,32,47); }
td.TdClassName
{
border-color: #65202F;
}
.TagClassName
{
border-color: #65202F;
}
</style>