Shades of Claret #641C30
Tints of Claret #641C30
RGB
CMYK
RGB Variations
Color information
#641C30 (or 0x641C30) is known color: Claret. HEX triplet: 64, 1C and 30. RGB value is (100,28,48). Sum of RGB (Red+Green+Blue) = 100+28+48=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #641C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641C30 is #9BE3CF. Grayscale: #333333. Windows color (decimal): -10216400 or 3152996. OLE color: 3152996.
HSL color Cylindrical-coordinate representation of color #641C30: hue angle of 343.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #641C30 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 28 | 48 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.61 |
| HSL | 343.33º | 0.56% | 0.25% | - |
| HSV(B) | 343.33º | 0.72% | 0.39% | - |
| XYZ | 6.2 | 3.75 | 3.19 | - |
| YUV | 51.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 48 | 0 | 0.72 | 0.52 | 0.61 | 343.33 | 0.56 | 0.25 |
| Hex | 64 | 1C | 30 | 0 | 48 | 34 | 3D | 157 | 38 | 19 |
| Octal | 144 | 34 | 60 | 0 | 110 | 64 | 75 | 527 | 70 | 31 |
| Binary | 1100100 | 11100 | 110000 | 0 | 1001000 | 110100 | 111101 | 101010111 | 111000 | 11001 |
Color Harmonies of #641C30
Complementary color
Monochromatic Colors of #641C30
Black with #641C30
Text Example
Text Example
White with #641C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C30; }
p { color: rgb(100,28,48); }
H1.HeaderClassName
{
color: #641C30;
}
.AnyTagClassName
{
color: #641C30;
}
</style>
background-color css
<style>
a { background-color: #641C30; }
a { background-color: rgb(100,28,48); }
div.DivClassName
{
background-color: #641C30;
}
.BgClassName
{
background-color: #641C30;
}
</style>
border-color css
<style>
span { border-color: #641C30; }
span { border-color: rgb(100,28,48); }
td.TdClassName
{
border-color: #641C30;
}
.TagClassName
{
border-color: #641C30;
}
</style>