Shades of Claret #671D33
Tints of Claret #671D33
RGB
CMYK
RGB Variations
Color information
#671D33 (or 0x671D33) is known color: Claret. HEX triplet: 67, 1D and 33. RGB value is (103,29,51). Sum of RGB (Red+Green+Blue) = 103+29+51=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #671D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D33 is #98E2CC. Grayscale: #353535. Windows color (decimal): -10019533 or 3349863. OLE color: 3349863.
HSL color Cylindrical-coordinate representation of color #671D33: hue angle of 342.16º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D33 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 51 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.60 |
| HSL | 342.16º | 0.56% | 0.26% | - |
| HSV(B) | 342.16º | 0.72% | 0.4% | - |
| XYZ | 6.63 | 4 | 3.55 | - |
| YUV | 53.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 51 | 0 | 0.72 | 0.50 | 0.60 | 342.16 | 0.56 | 0.26 |
| Hex | 67 | 1D | 33 | 0 | 48 | 32 | 3C | 156 | 38 | 1A |
| Octal | 147 | 35 | 63 | 0 | 110 | 62 | 74 | 526 | 70 | 32 |
| Binary | 1100111 | 11101 | 110011 | 0 | 1001000 | 110010 | 111100 | 101010110 | 111000 | 11010 |
Color Harmonies of #671D33
Complementary color
Monochromatic Colors of #671D33
Black with #671D33
Text Example
Text Example
White with #671D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D33; }
p { color: rgb(103,29,51); }
H1.HeaderClassName
{
color: #671D33;
}
.AnyTagClassName
{
color: #671D33;
}
</style>
background-color css
<style>
a { background-color: #671D33; }
a { background-color: rgb(103,29,51); }
div.DivClassName
{
background-color: #671D33;
}
.BgClassName
{
background-color: #671D33;
}
</style>
border-color css
<style>
span { border-color: #671D33; }
span { border-color: rgb(103,29,51); }
td.TdClassName
{
border-color: #671D33;
}
.TagClassName
{
border-color: #671D33;
}
</style>