Shades of Claret #681A2D
Tints of Claret #681A2D
RGB
CMYK
RGB Variations
Color information
#681A2D (or 0x681A2D) is known color: Claret. HEX triplet: 68, 1A and 2D. RGB value is (104,26,45). Sum of RGB (Red+Green+Blue) = 104+26+45=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A2D is #97E5D2. Grayscale: #333333. Windows color (decimal): -9954771 or 2955880. OLE color: 2955880.
HSL color Cylindrical-coordinate representation of color #681A2D: hue angle of 345.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A2D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 45 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.59 |
| HSL | 345.38º | 0.6% | 0.25% | - |
| HSV(B) | 345.38º | 0.75% | 0.41% | - |
| XYZ | 6.55 | 3.87 | 2.88 | - |
| YUV | 51.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 45 | 0 | 0.75 | 0.57 | 0.59 | 345.38 | 0.6 | 0.25 |
| Hex | 68 | 1A | 2D | 0 | 4B | 39 | 3B | 159 | 3C | 19 |
| Octal | 150 | 32 | 55 | 0 | 113 | 71 | 73 | 531 | 74 | 31 |
| Binary | 1101000 | 11010 | 101101 | 0 | 1001011 | 111001 | 111011 | 101011001 | 111100 | 11001 |
Color Harmonies of #681A2D
Complementary color
Monochromatic Colors of #681A2D
Black with #681A2D
Text Example
Text Example
White with #681A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A2D; }
p { color: rgb(104,26,45); }
H1.HeaderClassName
{
color: #681A2D;
}
.AnyTagClassName
{
color: #681A2D;
}
</style>
background-color css
<style>
a { background-color: #681A2D; }
a { background-color: rgb(104,26,45); }
div.DivClassName
{
background-color: #681A2D;
}
.BgClassName
{
background-color: #681A2D;
}
</style>
border-color css
<style>
span { border-color: #681A2D; }
span { border-color: rgb(104,26,45); }
td.TdClassName
{
border-color: #681A2D;
}
.TagClassName
{
border-color: #681A2D;
}
</style>