Shades of Claret #672031
Tints of Claret #672031
RGB
CMYK
RGB Variations
Color information
#672031 (or 0x672031) is known color: Claret. HEX triplet: 67, 20 and 31. RGB value is (103,32,49). Sum of RGB (Red+Green+Blue) = 103+32+49=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #672031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672031 is #98DFCE. Grayscale: #373737. Windows color (decimal): -10018767 or 3219559. OLE color: 3219559.
HSL color Cylindrical-coordinate representation of color #672031: hue angle of 345.63º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672031 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 49 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.60 |
| HSL | 345.63º | 0.53% | 0.26% | - |
| HSV(B) | 345.63º | 0.69% | 0.4% | - |
| XYZ | 6.66 | 4.14 | 3.35 | - |
| YUV | 55.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 49 | 0 | 0.69 | 0.52 | 0.60 | 345.63 | 0.53 | 0.26 |
| Hex | 67 | 20 | 31 | 0 | 45 | 34 | 3C | 15A | 35 | 1A |
| Octal | 147 | 40 | 61 | 0 | 105 | 64 | 74 | 532 | 65 | 32 |
| Binary | 1100111 | 100000 | 110001 | 0 | 1000101 | 110100 | 111100 | 101011010 | 110101 | 11010 |
Color Harmonies of #672031
Complementary color
Monochromatic Colors of #672031
Black with #672031
Text Example
Text Example
White with #672031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672031; }
p { color: rgb(103,32,49); }
H1.HeaderClassName
{
color: #672031;
}
.AnyTagClassName
{
color: #672031;
}
</style>
background-color css
<style>
a { background-color: #672031; }
a { background-color: rgb(103,32,49); }
div.DivClassName
{
background-color: #672031;
}
.BgClassName
{
background-color: #672031;
}
</style>
border-color css
<style>
span { border-color: #672031; }
span { border-color: rgb(103,32,49); }
td.TdClassName
{
border-color: #672031;
}
.TagClassName
{
border-color: #672031;
}
</style>