Shades of Claret #701233
Tints of Claret #701233
RGB
CMYK
RGB Variations
Color information
#701233 (or 0x701233) is known color: Claret. HEX triplet: 70, 12 and 33. RGB value is (112,18,51). Sum of RGB (Red+Green+Blue) = 112+18+51=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701233 is #8FEDCC. Grayscale: #313131. Windows color (decimal): -9432525 or 3347056. OLE color: 3347056.
HSL color Cylindrical-coordinate representation of color #701233: hue angle of 338.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701233 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 51 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.56 |
| HSL | 338.94º | 0.72% | 0.25% | - |
| HSV(B) | 338.94º | 0.84% | 0.44% | - |
| XYZ | 7.5 | 4.12 | 3.53 | - |
| YUV | 49.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 51 | 0 | 0.84 | 0.54 | 0.56 | 338.94 | 0.72 | 0.25 |
| Hex | 70 | 12 | 33 | 0 | 54 | 36 | 38 | 153 | 48 | 19 |
| Octal | 160 | 22 | 63 | 0 | 124 | 66 | 70 | 523 | 110 | 31 |
| Binary | 1110000 | 10010 | 110011 | 0 | 1010100 | 110110 | 111000 | 101010011 | 1001000 | 11001 |
Color Harmonies of #701233
Complementary color
Monochromatic Colors of #701233
Black with #701233
Text Example
Text Example
White with #701233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701233; }
p { color: rgb(112,18,51); }
H1.HeaderClassName
{
color: #701233;
}
.AnyTagClassName
{
color: #701233;
}
</style>
background-color css
<style>
a { background-color: #701233; }
a { background-color: rgb(112,18,51); }
div.DivClassName
{
background-color: #701233;
}
.BgClassName
{
background-color: #701233;
}
</style>
border-color css
<style>
span { border-color: #701233; }
span { border-color: rgb(112,18,51); }
td.TdClassName
{
border-color: #701233;
}
.TagClassName
{
border-color: #701233;
}
</style>