Shades of Claret #672234
Tints of Claret #672234
RGB
CMYK
RGB Variations
Color information
#672234 (or 0x672234) is known color: Claret. HEX triplet: 67, 22 and 34. RGB value is (103,34,52). Sum of RGB (Red+Green+Blue) = 103+34+52=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #672234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672234 is #98DDCB. Grayscale: #383838. Windows color (decimal): -10018252 or 3416679. OLE color: 3416679.
HSL color Cylindrical-coordinate representation of color #672234: hue angle of 344.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672234 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 52 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.60 |
| HSL | 344.35º | 0.5% | 0.27% | - |
| HSV(B) | 344.35º | 0.67% | 0.4% | - |
| XYZ | 6.79 | 4.28 | 3.72 | - |
| YUV | 56.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 52 | 0 | 0.67 | 0.50 | 0.60 | 344.35 | 0.5 | 0.27 |
| Hex | 67 | 22 | 34 | 0 | 43 | 32 | 3C | 158 | 32 | 1B |
| Octal | 147 | 42 | 64 | 0 | 103 | 62 | 74 | 530 | 62 | 33 |
| Binary | 1100111 | 100010 | 110100 | 0 | 1000011 | 110010 | 111100 | 101011000 | 110010 | 11011 |
Color Harmonies of #672234
Complementary color
Monochromatic Colors of #672234
Black with #672234
Text Example
Text Example
White with #672234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672234; }
p { color: rgb(103,34,52); }
H1.HeaderClassName
{
color: #672234;
}
.AnyTagClassName
{
color: #672234;
}
</style>
background-color css
<style>
a { background-color: #672234; }
a { background-color: rgb(103,34,52); }
div.DivClassName
{
background-color: #672234;
}
.BgClassName
{
background-color: #672234;
}
</style>
border-color css
<style>
span { border-color: #672234; }
span { border-color: rgb(103,34,52); }
td.TdClassName
{
border-color: #672234;
}
.TagClassName
{
border-color: #672234;
}
</style>