Shades of Claret #67172F
Tints of Claret #67172F
RGB
CMYK
RGB Variations
Color information
#67172F (or 0x67172F) is known color: Claret. HEX triplet: 67, 17 and 2F. RGB value is (103,23,47). Sum of RGB (Red+Green+Blue) = 103+23+47=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #67172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67172F is #98E8D0. Grayscale: #313131. Windows color (decimal): -10021073 or 3086183. OLE color: 3086183.
HSL color Cylindrical-coordinate representation of color #67172F: hue angle of 342º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67172F is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 47 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.60 |
| HSL | 342º | 0.63% | 0.25% | - |
| HSV(B) | 342º | 0.78% | 0.4% | - |
| XYZ | 6.41 | 3.7 | 3.07 | - |
| YUV | 49.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 47 | 0 | 0.78 | 0.54 | 0.60 | 342 | 0.63 | 0.25 |
| Hex | 67 | 17 | 2F | 0 | 4E | 36 | 3C | 156 | 3F | 19 |
| Octal | 147 | 27 | 57 | 0 | 116 | 66 | 74 | 526 | 77 | 31 |
| Binary | 1100111 | 10111 | 101111 | 0 | 1001110 | 110110 | 111100 | 101010110 | 111111 | 11001 |
Color Harmonies of #67172F
Complementary color
Monochromatic Colors of #67172F
Black with #67172F
Text Example
Text Example
White with #67172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67172F; }
p { color: rgb(103,23,47); }
H1.HeaderClassName
{
color: #67172F;
}
.AnyTagClassName
{
color: #67172F;
}
</style>
background-color css
<style>
a { background-color: #67172F; }
a { background-color: rgb(103,23,47); }
div.DivClassName
{
background-color: #67172F;
}
.BgClassName
{
background-color: #67172F;
}
</style>
border-color css
<style>
span { border-color: #67172F; }
span { border-color: rgb(103,23,47); }
td.TdClassName
{
border-color: #67172F;
}
.TagClassName
{
border-color: #67172F;
}
</style>