Shades of Claret #642733
Tints of Claret #642733
RGB
CMYK
RGB Variations
Color information
#642733 (or 0x642733) is known color: Claret. HEX triplet: 64, 27 and 33. RGB value is (100,39,51). Sum of RGB (Red+Green+Blue) = 100+39+51=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642733 is #9BD8CC. Grayscale: #3A3A3A. Windows color (decimal): -10213581 or 3352420. OLE color: 3352420.
HSL color Cylindrical-coordinate representation of color #642733: hue angle of 348.2º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642733 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 39 | 51 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.61 |
| HSL | 348.2º | 0.44% | 0.27% | - |
| HSV(B) | 348.2º | 0.61% | 0.39% | - |
| XYZ | 6.58 | 4.4 | 3.63 | - |
| YUV | 58.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 51 | 0 | 0.61 | 0.49 | 0.61 | 348.2 | 0.44 | 0.27 |
| Hex | 64 | 27 | 33 | 0 | 3D | 31 | 3D | 15C | 2C | 1B |
| Octal | 144 | 47 | 63 | 0 | 75 | 61 | 75 | 534 | 54 | 33 |
| Binary | 1100100 | 100111 | 110011 | 0 | 111101 | 110001 | 111101 | 101011100 | 101100 | 11011 |
Color Harmonies of #642733
Complementary color
Monochromatic Colors of #642733
Black with #642733
Text Example
Text Example
White with #642733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642733; }
p { color: rgb(100,39,51); }
H1.HeaderClassName
{
color: #642733;
}
.AnyTagClassName
{
color: #642733;
}
</style>
background-color css
<style>
a { background-color: #642733; }
a { background-color: rgb(100,39,51); }
div.DivClassName
{
background-color: #642733;
}
.BgClassName
{
background-color: #642733;
}
</style>
border-color css
<style>
span { border-color: #642733; }
span { border-color: rgb(100,39,51); }
td.TdClassName
{
border-color: #642733;
}
.TagClassName
{
border-color: #642733;
}
</style>