Shades of Claret #671231
Tints of Claret #671231
RGB
CMYK
RGB Variations
Color information
#671231 (or 0x671231) is known color: Claret. HEX triplet: 67, 12 and 31. RGB value is (103,18,49). Sum of RGB (Red+Green+Blue) = 103+18+49=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #671231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671231 is #98EDCE. Grayscale: #2E2E2E. Windows color (decimal): -10022351 or 3215975. OLE color: 3215975.
HSL color Cylindrical-coordinate representation of color #671231: hue angle of 338.12º 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 #671231 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 49 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.60 |
| HSL | 338.12º | 0.7% | 0.24% | - |
| HSV(B) | 338.12º | 0.83% | 0.4% | - |
| XYZ | 6.36 | 3.54 | 3.25 | - |
| YUV | 46.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 49 | 0 | 0.83 | 0.52 | 0.60 | 338.12 | 0.7 | 0.24 |
| Hex | 67 | 12 | 31 | 0 | 53 | 34 | 3C | 152 | 46 | 18 |
| Octal | 147 | 22 | 61 | 0 | 123 | 64 | 74 | 522 | 106 | 30 |
| Binary | 1100111 | 10010 | 110001 | 0 | 1010011 | 110100 | 111100 | 101010010 | 1000110 | 11000 |
Color Harmonies of #671231
Complementary color
Monochromatic Colors of #671231
Black with #671231
Text Example
Text Example
White with #671231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671231; }
p { color: rgb(103,18,49); }
H1.HeaderClassName
{
color: #671231;
}
.AnyTagClassName
{
color: #671231;
}
</style>
background-color css
<style>
a { background-color: #671231; }
a { background-color: rgb(103,18,49); }
div.DivClassName
{
background-color: #671231;
}
.BgClassName
{
background-color: #671231;
}
</style>
border-color css
<style>
span { border-color: #671231; }
span { border-color: rgb(103,18,49); }
td.TdClassName
{
border-color: #671231;
}
.TagClassName
{
border-color: #671231;
}
</style>