Shades of Claret #681330
Tints of Claret #681330
RGB
CMYK
RGB Variations
Color information
#681330 (or 0x681330) is known color: Claret. HEX triplet: 68, 13 and 30. RGB value is (104,19,48). Sum of RGB (Red+Green+Blue) = 104+19+48=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681330 is #97ECCF. Grayscale: #2F2F2F. Windows color (decimal): -9956560 or 3150696. OLE color: 3150696.
HSL color Cylindrical-coordinate representation of color #681330: hue angle of 339.53º 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 #681330 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 48 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.59 |
| HSL | 339.53º | 0.69% | 0.24% | - |
| HSV(B) | 339.53º | 0.82% | 0.41% | - |
| XYZ | 6.48 | 3.62 | 3.15 | - |
| YUV | 47.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 48 | 0 | 0.82 | 0.54 | 0.59 | 339.53 | 0.69 | 0.24 |
| Hex | 68 | 13 | 30 | 0 | 52 | 36 | 3B | 154 | 45 | 18 |
| Octal | 150 | 23 | 60 | 0 | 122 | 66 | 73 | 524 | 105 | 30 |
| Binary | 1101000 | 10011 | 110000 | 0 | 1010010 | 110110 | 111011 | 101010100 | 1000101 | 11000 |
Color Harmonies of #681330
Complementary color
Monochromatic Colors of #681330
Black with #681330
Text Example
Text Example
White with #681330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681330; }
p { color: rgb(104,19,48); }
H1.HeaderClassName
{
color: #681330;
}
.AnyTagClassName
{
color: #681330;
}
</style>
background-color css
<style>
a { background-color: #681330; }
a { background-color: rgb(104,19,48); }
div.DivClassName
{
background-color: #681330;
}
.BgClassName
{
background-color: #681330;
}
</style>
border-color css
<style>
span { border-color: #681330; }
span { border-color: rgb(104,19,48); }
td.TdClassName
{
border-color: #681330;
}
.TagClassName
{
border-color: #681330;
}
</style>