Shades of Claret #671332
Tints of Claret #671332
RGB
CMYK
RGB Variations
Color information
#671332 (or 0x671332) is known color: Claret. HEX triplet: 67, 13 and 32. RGB value is (103,19,50). Sum of RGB (Red+Green+Blue) = 103+19+50=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #671332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671332 is #98ECCD. Grayscale: #2F2F2F. Windows color (decimal): -10022094 or 3281767. OLE color: 3281767.
HSL color Cylindrical-coordinate representation of color #671332: hue angle of 337.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671332 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 50 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.60 |
| HSL | 337.86º | 0.69% | 0.24% | - |
| HSV(B) | 337.86º | 0.82% | 0.4% | - |
| XYZ | 6.4 | 3.58 | 3.37 | - |
| YUV | 47.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 50 | 0 | 0.82 | 0.51 | 0.60 | 337.86 | 0.69 | 0.24 |
| Hex | 67 | 13 | 32 | 0 | 52 | 33 | 3C | 152 | 45 | 18 |
| Octal | 147 | 23 | 62 | 0 | 122 | 63 | 74 | 522 | 105 | 30 |
| Binary | 1100111 | 10011 | 110010 | 0 | 1010010 | 110011 | 111100 | 101010010 | 1000101 | 11000 |
Color Harmonies of #671332
Complementary color
Monochromatic Colors of #671332
Black with #671332
Text Example
Text Example
White with #671332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671332; }
p { color: rgb(103,19,50); }
H1.HeaderClassName
{
color: #671332;
}
.AnyTagClassName
{
color: #671332;
}
</style>
background-color css
<style>
a { background-color: #671332; }
a { background-color: rgb(103,19,50); }
div.DivClassName
{
background-color: #671332;
}
.BgClassName
{
background-color: #671332;
}
</style>
border-color css
<style>
span { border-color: #671332; }
span { border-color: rgb(103,19,50); }
td.TdClassName
{
border-color: #671332;
}
.TagClassName
{
border-color: #671332;
}
</style>