Shades of Claret #671933
Tints of Claret #671933
RGB
CMYK
RGB Variations
Color information
#671933 (or 0x671933) is known color: Claret. HEX triplet: 67, 19 and 33. RGB value is (103,25,51). Sum of RGB (Red+Green+Blue) = 103+25+51=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #671933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671933 is #98E6CC. Grayscale: #333333. Windows color (decimal): -10020557 or 3348839. OLE color: 3348839.
HSL color Cylindrical-coordinate representation of color #671933: hue angle of 340º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671933 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 51 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.60 |
| HSL | 340º | 0.61% | 0.25% | - |
| HSV(B) | 340º | 0.76% | 0.4% | - |
| XYZ | 6.54 | 3.82 | 3.52 | - |
| YUV | 51.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 51 | 0 | 0.76 | 0.50 | 0.60 | 340 | 0.61 | 0.25 |
| Hex | 67 | 19 | 33 | 0 | 4C | 32 | 3C | 154 | 3D | 19 |
| Octal | 147 | 31 | 63 | 0 | 114 | 62 | 74 | 524 | 75 | 31 |
| Binary | 1100111 | 11001 | 110011 | 0 | 1001100 | 110010 | 111100 | 101010100 | 111101 | 11001 |
Color Harmonies of #671933
Complementary color
Monochromatic Colors of #671933
Black with #671933
Text Example
Text Example
White with #671933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671933; }
p { color: rgb(103,25,51); }
H1.HeaderClassName
{
color: #671933;
}
.AnyTagClassName
{
color: #671933;
}
</style>
background-color css
<style>
a { background-color: #671933; }
a { background-color: rgb(103,25,51); }
div.DivClassName
{
background-color: #671933;
}
.BgClassName
{
background-color: #671933;
}
</style>
border-color css
<style>
span { border-color: #671933; }
span { border-color: rgb(103,25,51); }
td.TdClassName
{
border-color: #671933;
}
.TagClassName
{
border-color: #671933;
}
</style>