Shades of Claret #672036
Tints of Claret #672036
RGB
CMYK
RGB Variations
Color information
#672036 (or 0x672036) is known color: Claret. HEX triplet: 67, 20 and 36. RGB value is (103,32,54). Sum of RGB (Red+Green+Blue) = 103+32+54=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #672036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672036 is #98DFC9. Grayscale: #373737. Windows color (decimal): -10018762 or 3547239. OLE color: 3547239.
HSL color Cylindrical-coordinate representation of color #672036: hue angle of 341.41º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672036 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 54 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.60 |
| HSL | 341.41º | 0.53% | 0.26% | - |
| HSV(B) | 341.41º | 0.69% | 0.4% | - |
| XYZ | 6.78 | 4.18 | 3.94 | - |
| YUV | 55.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 54 | 0 | 0.69 | 0.48 | 0.60 | 341.41 | 0.53 | 0.26 |
| Hex | 67 | 20 | 36 | 0 | 45 | 30 | 3C | 155 | 35 | 1A |
| Octal | 147 | 40 | 66 | 0 | 105 | 60 | 74 | 525 | 65 | 32 |
| Binary | 1100111 | 100000 | 110110 | 0 | 1000101 | 110000 | 111100 | 101010101 | 110101 | 11010 |
Color Harmonies of #672036
Complementary color
Monochromatic Colors of #672036
Black with #672036
Text Example
Text Example
White with #672036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672036; }
p { color: rgb(103,32,54); }
H1.HeaderClassName
{
color: #672036;
}
.AnyTagClassName
{
color: #672036;
}
</style>
background-color css
<style>
a { background-color: #672036; }
a { background-color: rgb(103,32,54); }
div.DivClassName
{
background-color: #672036;
}
.BgClassName
{
background-color: #672036;
}
</style>
border-color css
<style>
span { border-color: #672036; }
span { border-color: rgb(103,32,54); }
td.TdClassName
{
border-color: #672036;
}
.TagClassName
{
border-color: #672036;
}
</style>