Shades of Claret #681D2D
Tints of Claret #681D2D
RGB
CMYK
RGB Variations
Color information
#681D2D (or 0x681D2D) is known color: Claret. HEX triplet: 68, 1D and 2D. RGB value is (104,29,45). Sum of RGB (Red+Green+Blue) = 104+29+45=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D2D is #97E2D2. Grayscale: #353535. Windows color (decimal): -9954003 or 2956648. OLE color: 2956648.
HSL color Cylindrical-coordinate representation of color #681D2D: hue angle of 347.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D2D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 45 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.59 |
| HSL | 347.2º | 0.56% | 0.26% | - |
| HSV(B) | 347.2º | 0.72% | 0.41% | - |
| XYZ | 6.62 | 4.01 | 2.91 | - |
| YUV | 53.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 45 | 0 | 0.72 | 0.57 | 0.59 | 347.2 | 0.56 | 0.26 |
| Hex | 68 | 1D | 2D | 0 | 48 | 39 | 3B | 15B | 38 | 1A |
| Octal | 150 | 35 | 55 | 0 | 110 | 71 | 73 | 533 | 70 | 32 |
| Binary | 1101000 | 11101 | 101101 | 0 | 1001000 | 111001 | 111011 | 101011011 | 111000 | 11010 |
Color Harmonies of #681D2D
Complementary color
Monochromatic Colors of #681D2D
Black with #681D2D
Text Example
Text Example
White with #681D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D2D; }
p { color: rgb(104,29,45); }
H1.HeaderClassName
{
color: #681D2D;
}
.AnyTagClassName
{
color: #681D2D;
}
</style>
background-color css
<style>
a { background-color: #681D2D; }
a { background-color: rgb(104,29,45); }
div.DivClassName
{
background-color: #681D2D;
}
.BgClassName
{
background-color: #681D2D;
}
</style>
border-color css
<style>
span { border-color: #681D2D; }
span { border-color: rgb(104,29,45); }
td.TdClassName
{
border-color: #681D2D;
}
.TagClassName
{
border-color: #681D2D;
}
</style>