Shades of Claret #661834
Tints of Claret #661834
RGB
CMYK
RGB Variations
Color information
#661834 (or 0x661834) is known color: Claret. HEX triplet: 66, 18 and 34. RGB value is (102,24,52). Sum of RGB (Red+Green+Blue) = 102+24+52=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661834 is #99E7CB. Grayscale: #323232. Windows color (decimal): -10086348 or 3414118. OLE color: 3414118.
HSL color Cylindrical-coordinate representation of color #661834: hue angle of 338.46º degrees, saturation: 0.62, 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 #661834 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 52 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.6 |
| HSL | 338.46º | 0.62% | 0.25% | - |
| HSV(B) | 338.46º | 0.76% | 0.4% | - |
| XYZ | 6.43 | 3.73 | 3.63 | - |
| YUV | 50.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 52 | 0 | 0.76 | 0.49 | 0.6 | 338.46 | 0.62 | 0.25 |
| Hex | 66 | 18 | 34 | 0 | 4C | 31 | 3C | 152 | 3E | 19 |
| Octal | 146 | 30 | 64 | 0 | 114 | 61 | 74 | 522 | 76 | 31 |
| Binary | 1100110 | 11000 | 110100 | 0 | 1001100 | 110001 | 111100 | 101010010 | 111110 | 11001 |
Color Harmonies of #661834
Complementary color
Monochromatic Colors of #661834
Black with #661834
Text Example
Text Example
White with #661834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661834; }
p { color: rgb(102,24,52); }
H1.HeaderClassName
{
color: #661834;
}
.AnyTagClassName
{
color: #661834;
}
</style>
background-color css
<style>
a { background-color: #661834; }
a { background-color: rgb(102,24,52); }
div.DivClassName
{
background-color: #661834;
}
.BgClassName
{
background-color: #661834;
}
</style>
border-color css
<style>
span { border-color: #661834; }
span { border-color: rgb(102,24,52); }
td.TdClassName
{
border-color: #661834;
}
.TagClassName
{
border-color: #661834;
}
</style>