Shades of Claret #651B33
Tints of Claret #651B33
RGB
CMYK
RGB Variations
Color information
#651B33 (or 0x651B33) is known color: Claret. HEX triplet: 65, 1B and 33. RGB value is (101,27,51). Sum of RGB (Red+Green+Blue) = 101+27+51=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #651B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B33 is #9AE4CC. Grayscale: #333333. Windows color (decimal): -10151117 or 3349349. OLE color: 3349349.
HSL color Cylindrical-coordinate representation of color #651B33: hue angle of 340.54º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B33 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 51 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.60 |
| HSL | 340.54º | 0.58% | 0.25% | - |
| HSV(B) | 340.54º | 0.73% | 0.4% | - |
| XYZ | 6.36 | 3.79 | 3.53 | - |
| YUV | 51.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 51 | 0 | 0.73 | 0.50 | 0.60 | 340.54 | 0.58 | 0.25 |
| Hex | 65 | 1B | 33 | 0 | 49 | 32 | 3C | 155 | 3A | 19 |
| Octal | 145 | 33 | 63 | 0 | 111 | 62 | 74 | 525 | 72 | 31 |
| Binary | 1100101 | 11011 | 110011 | 0 | 1001001 | 110010 | 111100 | 101010101 | 111010 | 11001 |
Color Harmonies of #651B33
Complementary color
Monochromatic Colors of #651B33
Black with #651B33
Text Example
Text Example
White with #651B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B33; }
p { color: rgb(101,27,51); }
H1.HeaderClassName
{
color: #651B33;
}
.AnyTagClassName
{
color: #651B33;
}
</style>
background-color css
<style>
a { background-color: #651B33; }
a { background-color: rgb(101,27,51); }
div.DivClassName
{
background-color: #651B33;
}
.BgClassName
{
background-color: #651B33;
}
</style>
border-color css
<style>
span { border-color: #651B33; }
span { border-color: rgb(101,27,51); }
td.TdClassName
{
border-color: #651B33;
}
.TagClassName
{
border-color: #651B33;
}
</style>