Shades of Claret #662134
Tints of Claret #662134
RGB
CMYK
RGB Variations
Color information
#662134 (or 0x662134) is known color: Claret. HEX triplet: 66, 21 and 34. RGB value is (102,33,52). Sum of RGB (Red+Green+Blue) = 102+33+52=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662134 is #99DECB. Grayscale: #373737. Windows color (decimal): -10084044 or 3416422. OLE color: 3416422.
HSL color Cylindrical-coordinate representation of color #662134: hue angle of 343.48º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662134 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 52 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.6 |
| HSL | 343.48º | 0.51% | 0.26% | - |
| HSV(B) | 343.48º | 0.68% | 0.4% | - |
| XYZ | 6.64 | 4.16 | 3.7 | - |
| YUV | 55.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 52 | 0 | 0.68 | 0.49 | 0.6 | 343.48 | 0.51 | 0.26 |
| Hex | 66 | 21 | 34 | 0 | 44 | 31 | 3C | 157 | 33 | 1A |
| Octal | 146 | 41 | 64 | 0 | 104 | 61 | 74 | 527 | 63 | 32 |
| Binary | 1100110 | 100001 | 110100 | 0 | 1000100 | 110001 | 111100 | 101010111 | 110011 | 11010 |
Color Harmonies of #662134
Complementary color
Monochromatic Colors of #662134
Black with #662134
Text Example
Text Example
White with #662134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662134; }
p { color: rgb(102,33,52); }
H1.HeaderClassName
{
color: #662134;
}
.AnyTagClassName
{
color: #662134;
}
</style>
background-color css
<style>
a { background-color: #662134; }
a { background-color: rgb(102,33,52); }
div.DivClassName
{
background-color: #662134;
}
.BgClassName
{
background-color: #662134;
}
</style>
border-color css
<style>
span { border-color: #662134; }
span { border-color: rgb(102,33,52); }
td.TdClassName
{
border-color: #662134;
}
.TagClassName
{
border-color: #662134;
}
</style>