Shades of Claret #681C33
Tints of Claret #681C33
RGB
CMYK
RGB Variations
Color information
#681C33 (or 0x681C33) is known color: Claret. HEX triplet: 68, 1C and 33. RGB value is (104,28,51). Sum of RGB (Red+Green+Blue) = 104+28+51=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C33 is #97E3CC. Grayscale: #353535. Windows color (decimal): -9954253 or 3349608. OLE color: 3349608.
HSL color Cylindrical-coordinate representation of color #681C33: hue angle of 341.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C33 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 51 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.59 |
| HSL | 341.84º | 0.58% | 0.26% | - |
| HSV(B) | 341.84º | 0.73% | 0.41% | - |
| XYZ | 6.72 | 4.01 | 3.55 | - |
| YUV | 53.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 51 | 0 | 0.73 | 0.51 | 0.59 | 341.84 | 0.58 | 0.26 |
| Hex | 68 | 1C | 33 | 0 | 49 | 33 | 3B | 156 | 3A | 1A |
| Octal | 150 | 34 | 63 | 0 | 111 | 63 | 73 | 526 | 72 | 32 |
| Binary | 1101000 | 11100 | 110011 | 0 | 1001001 | 110011 | 111011 | 101010110 | 111010 | 11010 |
Color Harmonies of #681C33
Complementary color
Monochromatic Colors of #681C33
Black with #681C33
Text Example
Text Example
White with #681C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C33; }
p { color: rgb(104,28,51); }
H1.HeaderClassName
{
color: #681C33;
}
.AnyTagClassName
{
color: #681C33;
}
</style>
background-color css
<style>
a { background-color: #681C33; }
a { background-color: rgb(104,28,51); }
div.DivClassName
{
background-color: #681C33;
}
.BgClassName
{
background-color: #681C33;
}
</style>
border-color css
<style>
span { border-color: #681C33; }
span { border-color: rgb(104,28,51); }
td.TdClassName
{
border-color: #681C33;
}
.TagClassName
{
border-color: #681C33;
}
</style>