Shades of Claret #66192F
Tints of Claret #66192F
RGB
CMYK
RGB Variations
Color information
#66192F (or 0x66192F) is known color: Claret. HEX triplet: 66, 19 and 2F. RGB value is (102,25,47). Sum of RGB (Red+Green+Blue) = 102+25+47=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #66192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66192F is #99E6D0. Grayscale: #323232. Windows color (decimal): -10086097 or 3086694. OLE color: 3086694.
HSL color Cylindrical-coordinate representation of color #66192F: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66192F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 47 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.6 |
| HSL | 342.86º | 0.61% | 0.25% | - |
| HSV(B) | 342.86º | 0.75% | 0.4% | - |
| XYZ | 6.34 | 3.73 | 3.07 | - |
| YUV | 50.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 47 | 0 | 0.75 | 0.54 | 0.6 | 342.86 | 0.61 | 0.25 |
| Hex | 66 | 19 | 2F | 0 | 4B | 36 | 3C | 157 | 3D | 19 |
| Octal | 146 | 31 | 57 | 0 | 113 | 66 | 74 | 527 | 75 | 31 |
| Binary | 1100110 | 11001 | 101111 | 0 | 1001011 | 110110 | 111100 | 101010111 | 111101 | 11001 |
Color Harmonies of #66192F
Complementary color
Monochromatic Colors of #66192F
Black with #66192F
Text Example
Text Example
White with #66192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66192F; }
p { color: rgb(102,25,47); }
H1.HeaderClassName
{
color: #66192F;
}
.AnyTagClassName
{
color: #66192F;
}
</style>
background-color css
<style>
a { background-color: #66192F; }
a { background-color: rgb(102,25,47); }
div.DivClassName
{
background-color: #66192F;
}
.BgClassName
{
background-color: #66192F;
}
</style>
border-color css
<style>
span { border-color: #66192F; }
span { border-color: rgb(102,25,47); }
td.TdClassName
{
border-color: #66192F;
}
.TagClassName
{
border-color: #66192F;
}
</style>