Shades of Claret #67122F
Tints of Claret #67122F
RGB
CMYK
RGB Variations
Color information
#67122F (or 0x67122F) is known color: Claret. HEX triplet: 67, 12 and 2F. RGB value is (103,18,47). Sum of RGB (Red+Green+Blue) = 103+18+47=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67122F is #98EDD0. Grayscale: #2E2E2E. Windows color (decimal): -10022353 or 3084903. OLE color: 3084903.
HSL color Cylindrical-coordinate representation of color #67122F: hue angle of 339.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67122F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 47 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.60 |
| HSL | 339.53º | 0.7% | 0.24% | - |
| HSV(B) | 339.53º | 0.83% | 0.4% | - |
| XYZ | 6.32 | 3.52 | 3.04 | - |
| YUV | 46.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 47 | 0 | 0.83 | 0.54 | 0.60 | 339.53 | 0.7 | 0.24 |
| Hex | 67 | 12 | 2F | 0 | 53 | 36 | 3C | 154 | 46 | 18 |
| Octal | 147 | 22 | 57 | 0 | 123 | 66 | 74 | 524 | 106 | 30 |
| Binary | 1100111 | 10010 | 101111 | 0 | 1010011 | 110110 | 111100 | 101010100 | 1000110 | 11000 |
Color Harmonies of #67122F
Complementary color
Monochromatic Colors of #67122F
Black with #67122F
Text Example
Text Example
White with #67122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67122F; }
p { color: rgb(103,18,47); }
H1.HeaderClassName
{
color: #67122F;
}
.AnyTagClassName
{
color: #67122F;
}
</style>
background-color css
<style>
a { background-color: #67122F; }
a { background-color: rgb(103,18,47); }
div.DivClassName
{
background-color: #67122F;
}
.BgClassName
{
background-color: #67122F;
}
</style>
border-color css
<style>
span { border-color: #67122F; }
span { border-color: rgb(103,18,47); }
td.TdClassName
{
border-color: #67122F;
}
.TagClassName
{
border-color: #67122F;
}
</style>