Shades of Claret #671F31
Tints of Claret #671F31
RGB
CMYK
RGB Variations
Color information
#671F31 (or 0x671F31) is known color: Claret. HEX triplet: 67, 1F and 31. RGB value is (103,31,49). Sum of RGB (Red+Green+Blue) = 103+31+49=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #671F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F31 is #98E0CE. Grayscale: #363636. Windows color (decimal): -10019023 or 3219303. OLE color: 3219303.
HSL color Cylindrical-coordinate representation of color #671F31: hue angle of 345º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F31 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 49 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.60 |
| HSL | 345º | 0.54% | 0.26% | - |
| HSV(B) | 345º | 0.7% | 0.4% | - |
| XYZ | 6.64 | 4.09 | 3.34 | - |
| YUV | 54.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 49 | 0 | 0.70 | 0.52 | 0.60 | 345 | 0.54 | 0.26 |
| Hex | 67 | 1F | 31 | 0 | 46 | 34 | 3C | 159 | 36 | 1A |
| Octal | 147 | 37 | 61 | 0 | 106 | 64 | 74 | 531 | 66 | 32 |
| Binary | 1100111 | 11111 | 110001 | 0 | 1000110 | 110100 | 111100 | 101011001 | 110110 | 11010 |
Color Harmonies of #671F31
Complementary color
Monochromatic Colors of #671F31
Black with #671F31
Text Example
Text Example
White with #671F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F31; }
p { color: rgb(103,31,49); }
H1.HeaderClassName
{
color: #671F31;
}
.AnyTagClassName
{
color: #671F31;
}
</style>
background-color css
<style>
a { background-color: #671F31; }
a { background-color: rgb(103,31,49); }
div.DivClassName
{
background-color: #671F31;
}
.BgClassName
{
background-color: #671F31;
}
</style>
border-color css
<style>
span { border-color: #671F31; }
span { border-color: rgb(103,31,49); }
td.TdClassName
{
border-color: #671F31;
}
.TagClassName
{
border-color: #671F31;
}
</style>