Shades of Claret #672235
Tints of Claret #672235
RGB
CMYK
RGB Variations
Color information
#672235 (or 0x672235) is known color: Claret. HEX triplet: 67, 22 and 35. RGB value is (103,34,53). Sum of RGB (Red+Green+Blue) = 103+34+53=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #672235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672235 is #98DDCA. Grayscale: #383838. Windows color (decimal): -10018251 or 3482215. OLE color: 3482215.
HSL color Cylindrical-coordinate representation of color #672235: hue angle of 343.48º 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 #672235 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 53 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.60 |
| HSL | 343.48º | 0.5% | 0.27% | - |
| HSV(B) | 343.48º | 0.67% | 0.4% | - |
| XYZ | 6.81 | 4.28 | 3.84 | - |
| YUV | 56.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 53 | 0 | 0.67 | 0.49 | 0.60 | 343.48 | 0.5 | 0.27 |
| Hex | 67 | 22 | 35 | 0 | 43 | 31 | 3C | 157 | 32 | 1B |
| Octal | 147 | 42 | 65 | 0 | 103 | 61 | 74 | 527 | 62 | 33 |
| Binary | 1100111 | 100010 | 110101 | 0 | 1000011 | 110001 | 111100 | 101010111 | 110010 | 11011 |
Color Harmonies of #672235
Complementary color
Monochromatic Colors of #672235
Black with #672235
Text Example
Text Example
White with #672235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672235; }
p { color: rgb(103,34,53); }
H1.HeaderClassName
{
color: #672235;
}
.AnyTagClassName
{
color: #672235;
}
</style>
background-color css
<style>
a { background-color: #672235; }
a { background-color: rgb(103,34,53); }
div.DivClassName
{
background-color: #672235;
}
.BgClassName
{
background-color: #672235;
}
</style>
border-color css
<style>
span { border-color: #672235; }
span { border-color: rgb(103,34,53); }
td.TdClassName
{
border-color: #672235;
}
.TagClassName
{
border-color: #672235;
}
</style>