Shades of Claret #672132
Tints of Claret #672132
RGB
CMYK
RGB Variations
Color information
#672132 (or 0x672132) is known color: Claret. HEX triplet: 67, 21 and 32. RGB value is (103,33,50). Sum of RGB (Red+Green+Blue) = 103+33+50=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #672132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672132 is #98DECD. Grayscale: #373737. Windows color (decimal): -10018510 or 3285351. OLE color: 3285351.
HSL color Cylindrical-coordinate representation of color #672132: hue angle of 345.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672132 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 50 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.60 |
| HSL | 345.43º | 0.51% | 0.27% | - |
| HSV(B) | 345.43º | 0.68% | 0.4% | - |
| XYZ | 6.71 | 4.2 | 3.47 | - |
| YUV | 55.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 50 | 0 | 0.68 | 0.51 | 0.60 | 345.43 | 0.51 | 0.27 |
| Hex | 67 | 21 | 32 | 0 | 44 | 33 | 3C | 159 | 33 | 1B |
| Octal | 147 | 41 | 62 | 0 | 104 | 63 | 74 | 531 | 63 | 33 |
| Binary | 1100111 | 100001 | 110010 | 0 | 1000100 | 110011 | 111100 | 101011001 | 110011 | 11011 |
Color Harmonies of #672132
Complementary color
Monochromatic Colors of #672132
Black with #672132
Text Example
Text Example
White with #672132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672132; }
p { color: rgb(103,33,50); }
H1.HeaderClassName
{
color: #672132;
}
.AnyTagClassName
{
color: #672132;
}
</style>
background-color css
<style>
a { background-color: #672132; }
a { background-color: rgb(103,33,50); }
div.DivClassName
{
background-color: #672132;
}
.BgClassName
{
background-color: #672132;
}
</style>
border-color css
<style>
span { border-color: #672132; }
span { border-color: rgb(103,33,50); }
td.TdClassName
{
border-color: #672132;
}
.TagClassName
{
border-color: #672132;
}
</style>