Shades of Claret #681332
Tints of Claret #681332
RGB
CMYK
RGB Variations
Color information
#681332 (or 0x681332) is known color: Claret. HEX triplet: 68, 13 and 32. RGB value is (104,19,50). Sum of RGB (Red+Green+Blue) = 104+19+50=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681332 is #97ECCD. Grayscale: #2F2F2F. Windows color (decimal): -9956558 or 3281768. OLE color: 3281768.
HSL color Cylindrical-coordinate representation of color #681332: hue angle of 338.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681332 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 50 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.59 |
| HSL | 338.12º | 0.69% | 0.24% | - |
| HSV(B) | 338.12º | 0.82% | 0.41% | - |
| XYZ | 6.52 | 3.64 | 3.38 | - |
| YUV | 47.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 50 | 0 | 0.82 | 0.52 | 0.59 | 338.12 | 0.69 | 0.24 |
| Hex | 68 | 13 | 32 | 0 | 52 | 34 | 3B | 152 | 45 | 18 |
| Octal | 150 | 23 | 62 | 0 | 122 | 64 | 73 | 522 | 105 | 30 |
| Binary | 1101000 | 10011 | 110010 | 0 | 1010010 | 110100 | 111011 | 101010010 | 1000101 | 11000 |
Color Harmonies of #681332
Complementary color
Monochromatic Colors of #681332
Black with #681332
Text Example
Text Example
White with #681332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681332; }
p { color: rgb(104,19,50); }
H1.HeaderClassName
{
color: #681332;
}
.AnyTagClassName
{
color: #681332;
}
</style>
background-color css
<style>
a { background-color: #681332; }
a { background-color: rgb(104,19,50); }
div.DivClassName
{
background-color: #681332;
}
.BgClassName
{
background-color: #681332;
}
</style>
border-color css
<style>
span { border-color: #681332; }
span { border-color: rgb(104,19,50); }
td.TdClassName
{
border-color: #681332;
}
.TagClassName
{
border-color: #681332;
}
</style>