Shades of Claret #681233
Tints of Claret #681233
RGB
CMYK
RGB Variations
Color information
#681233 (or 0x681233) is known color: Claret. HEX triplet: 68, 12 and 33. RGB value is (104,18,51). Sum of RGB (Red+Green+Blue) = 104+18+51=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681233 is #97EDCC. Grayscale: #2F2F2F. Windows color (decimal): -9956813 or 3347048. OLE color: 3347048.
HSL color Cylindrical-coordinate representation of color #681233: hue angle of 336.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681233 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 51 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.59 |
| HSL | 336.98º | 0.7% | 0.24% | - |
| HSV(B) | 336.98º | 0.83% | 0.41% | - |
| XYZ | 6.52 | 3.61 | 3.49 | - |
| YUV | 47.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 51 | 0 | 0.83 | 0.51 | 0.59 | 336.98 | 0.7 | 0.24 |
| Hex | 68 | 12 | 33 | 0 | 53 | 33 | 3B | 151 | 46 | 18 |
| Octal | 150 | 22 | 63 | 0 | 123 | 63 | 73 | 521 | 106 | 30 |
| Binary | 1101000 | 10010 | 110011 | 0 | 1010011 | 110011 | 111011 | 101010001 | 1000110 | 11000 |
Color Harmonies of #681233
Complementary color
Monochromatic Colors of #681233
Black with #681233
Text Example
Text Example
White with #681233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681233; }
p { color: rgb(104,18,51); }
H1.HeaderClassName
{
color: #681233;
}
.AnyTagClassName
{
color: #681233;
}
</style>
background-color css
<style>
a { background-color: #681233; }
a { background-color: rgb(104,18,51); }
div.DivClassName
{
background-color: #681233;
}
.BgClassName
{
background-color: #681233;
}
</style>
border-color css
<style>
span { border-color: #681233; }
span { border-color: rgb(104,18,51); }
td.TdClassName
{
border-color: #681233;
}
.TagClassName
{
border-color: #681233;
}
</style>