Shades of Claret #672632
Tints of Claret #672632
RGB
CMYK
RGB Variations
Color information
#672632 (or 0x672632) is known color: Claret. HEX triplet: 67, 26 and 32. RGB value is (103,38,50). Sum of RGB (Red+Green+Blue) = 103+38+50=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #672632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672632 is #98D9CD. Grayscale: #3A3A3A. Windows color (decimal): -10017230 or 3286631. OLE color: 3286631.
HSL color Cylindrical-coordinate representation of color #672632: hue angle of 348.92º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672632 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 50 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.60 |
| HSL | 348.92º | 0.46% | 0.28% | - |
| HSV(B) | 348.92º | 0.63% | 0.4% | - |
| XYZ | 6.86 | 4.5 | 3.52 | - |
| YUV | 58.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 50 | 0 | 0.63 | 0.51 | 0.60 | 348.92 | 0.46 | 0.28 |
| Hex | 67 | 26 | 32 | 0 | 3F | 33 | 3C | 15D | 2E | 1C |
| Octal | 147 | 46 | 62 | 0 | 77 | 63 | 74 | 535 | 56 | 34 |
| Binary | 1100111 | 100110 | 110010 | 0 | 111111 | 110011 | 111100 | 101011101 | 101110 | 11100 |
Color Harmonies of #672632
Complementary color
Monochromatic Colors of #672632
Black with #672632
Text Example
Text Example
White with #672632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672632; }
p { color: rgb(103,38,50); }
H1.HeaderClassName
{
color: #672632;
}
.AnyTagClassName
{
color: #672632;
}
</style>
background-color css
<style>
a { background-color: #672632; }
a { background-color: rgb(103,38,50); }
div.DivClassName
{
background-color: #672632;
}
.BgClassName
{
background-color: #672632;
}
</style>
border-color css
<style>
span { border-color: #672632; }
span { border-color: rgb(103,38,50); }
td.TdClassName
{
border-color: #672632;
}
.TagClassName
{
border-color: #672632;
}
</style>