Shades of Claret #681331
Tints of Claret #681331
RGB
CMYK
RGB Variations
Color information
#681331 (or 0x681331) is known color: Claret. HEX triplet: 68, 13 and 31. RGB value is (104,19,49). Sum of RGB (Red+Green+Blue) = 104+19+49=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681331 is #97ECCE. Grayscale: #2F2F2F. Windows color (decimal): -9956559 or 3216232. OLE color: 3216232.
HSL color Cylindrical-coordinate representation of color #681331: hue angle of 338.82º 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 #681331 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 49 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.59 |
| HSL | 338.82º | 0.69% | 0.24% | - |
| HSV(B) | 338.82º | 0.82% | 0.41% | - |
| XYZ | 6.5 | 3.63 | 3.26 | - |
| YUV | 47.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 49 | 0 | 0.82 | 0.53 | 0.59 | 338.82 | 0.69 | 0.24 |
| Hex | 68 | 13 | 31 | 0 | 52 | 35 | 3B | 153 | 45 | 18 |
| Octal | 150 | 23 | 61 | 0 | 122 | 65 | 73 | 523 | 105 | 30 |
| Binary | 1101000 | 10011 | 110001 | 0 | 1010010 | 110101 | 111011 | 101010011 | 1000101 | 11000 |
Color Harmonies of #681331
Complementary color
Monochromatic Colors of #681331
Black with #681331
Text Example
Text Example
White with #681331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681331; }
p { color: rgb(104,19,49); }
H1.HeaderClassName
{
color: #681331;
}
.AnyTagClassName
{
color: #681331;
}
</style>
background-color css
<style>
a { background-color: #681331; }
a { background-color: rgb(104,19,49); }
div.DivClassName
{
background-color: #681331;
}
.BgClassName
{
background-color: #681331;
}
</style>
border-color css
<style>
span { border-color: #681331; }
span { border-color: rgb(104,19,49); }
td.TdClassName
{
border-color: #681331;
}
.TagClassName
{
border-color: #681331;
}
</style>