Shades of Claret #702030
Tints of Claret #702030
RGB
CMYK
RGB Variations
Color information
#702030 (or 0x702030) is known color: Claret. HEX triplet: 70, 20 and 30. RGB value is (112,32,48). Sum of RGB (Red+Green+Blue) = 112+32+48=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702030 is #8FDFCF. Grayscale: #393939. Windows color (decimal): -9428944 or 3154032. OLE color: 3154032.
HSL color Cylindrical-coordinate representation of color #702030: hue angle of 348º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702030 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 48 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.56 |
| HSL | 348º | 0.56% | 0.28% | - |
| HSV(B) | 348º | 0.71% | 0.44% | - |
| XYZ | 7.73 | 4.69 | 3.29 | - |
| YUV | 57.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 48 | 0 | 0.71 | 0.57 | 0.56 | 348 | 0.56 | 0.28 |
| Hex | 70 | 20 | 30 | 0 | 47 | 39 | 38 | 15C | 38 | 1C |
| Octal | 160 | 40 | 60 | 0 | 107 | 71 | 70 | 534 | 70 | 34 |
| Binary | 1110000 | 100000 | 110000 | 0 | 1000111 | 111001 | 111000 | 101011100 | 111000 | 11100 |
Color Harmonies of #702030
Complementary color
Monochromatic Colors of #702030
Black with #702030
Text Example
Text Example
White with #702030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702030; }
p { color: rgb(112,32,48); }
H1.HeaderClassName
{
color: #702030;
}
.AnyTagClassName
{
color: #702030;
}
</style>
background-color css
<style>
a { background-color: #702030; }
a { background-color: rgb(112,32,48); }
div.DivClassName
{
background-color: #702030;
}
.BgClassName
{
background-color: #702030;
}
</style>
border-color css
<style>
span { border-color: #702030; }
span { border-color: rgb(112,32,48); }
td.TdClassName
{
border-color: #702030;
}
.TagClassName
{
border-color: #702030;
}
</style>