Shades of Claret #642333
Tints of Claret #642333
RGB
CMYK
RGB Variations
Color information
#642333 (or 0x642333) is known color: Claret. HEX triplet: 64, 23 and 33. RGB value is (100,35,51). Sum of RGB (Red+Green+Blue) = 100+35+51=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #642333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642333 is #9BDCCC. Grayscale: #383838. Windows color (decimal): -10214605 or 3351396. OLE color: 3351396.
HSL color Cylindrical-coordinate representation of color #642333: hue angle of 345.23º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642333 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 51 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.61 |
| HSL | 345.23º | 0.48% | 0.26% | - |
| HSV(B) | 345.23º | 0.65% | 0.39% | - |
| XYZ | 6.45 | 4.15 | 3.59 | - |
| YUV | 56.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 51 | 0 | 0.65 | 0.49 | 0.61 | 345.23 | 0.48 | 0.26 |
| Hex | 64 | 23 | 33 | 0 | 41 | 31 | 3D | 159 | 30 | 1A |
| Octal | 144 | 43 | 63 | 0 | 101 | 61 | 75 | 531 | 60 | 32 |
| Binary | 1100100 | 100011 | 110011 | 0 | 1000001 | 110001 | 111101 | 101011001 | 110000 | 11010 |
Color Harmonies of #642333
Complementary color
Monochromatic Colors of #642333
Black with #642333
Text Example
Text Example
White with #642333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642333; }
p { color: rgb(100,35,51); }
H1.HeaderClassName
{
color: #642333;
}
.AnyTagClassName
{
color: #642333;
}
</style>
background-color css
<style>
a { background-color: #642333; }
a { background-color: rgb(100,35,51); }
div.DivClassName
{
background-color: #642333;
}
.BgClassName
{
background-color: #642333;
}
</style>
border-color css
<style>
span { border-color: #642333; }
span { border-color: rgb(100,35,51); }
td.TdClassName
{
border-color: #642333;
}
.TagClassName
{
border-color: #642333;
}
</style>