Shades of Claret #68222F
Tints of Claret #68222F
RGB
CMYK
RGB Variations
Color information
#68222F (or 0x68222F) is known color: Claret. HEX triplet: 68, 22 and 2F. RGB value is (104,34,47). Sum of RGB (Red+Green+Blue) = 104+34+47=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68222F is #97DDD0. Grayscale: #383838. Windows color (decimal): -9952721 or 3089000. OLE color: 3089000.
HSL color Cylindrical-coordinate representation of color #68222F: hue angle of 348.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68222F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 47 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.59 |
| HSL | 348.86º | 0.51% | 0.27% | - |
| HSV(B) | 348.86º | 0.67% | 0.41% | - |
| XYZ | 6.79 | 4.29 | 3.16 | - |
| YUV | 56.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 47 | 0 | 0.67 | 0.55 | 0.59 | 348.86 | 0.51 | 0.27 |
| Hex | 68 | 22 | 2F | 0 | 43 | 37 | 3B | 15D | 33 | 1B |
| Octal | 150 | 42 | 57 | 0 | 103 | 67 | 73 | 535 | 63 | 33 |
| Binary | 1101000 | 100010 | 101111 | 0 | 1000011 | 110111 | 111011 | 101011101 | 110011 | 11011 |
Color Harmonies of #68222F
Complementary color
Monochromatic Colors of #68222F
Black with #68222F
Text Example
Text Example
White with #68222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68222F; }
p { color: rgb(104,34,47); }
H1.HeaderClassName
{
color: #68222F;
}
.AnyTagClassName
{
color: #68222F;
}
</style>
background-color css
<style>
a { background-color: #68222F; }
a { background-color: rgb(104,34,47); }
div.DivClassName
{
background-color: #68222F;
}
.BgClassName
{
background-color: #68222F;
}
</style>
border-color css
<style>
span { border-color: #68222F; }
span { border-color: rgb(104,34,47); }
td.TdClassName
{
border-color: #68222F;
}
.TagClassName
{
border-color: #68222F;
}
</style>