Shades of Claret #701B39
Tints of Claret #701B39
RGB
CMYK
RGB Variations
Color information
#701B39 (or 0x701B39) is known color: Claret. HEX triplet: 70, 1B and 39. RGB value is (112,27,57). Sum of RGB (Red+Green+Blue) = 112+27+57=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #701B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B39 is #8FE4C6. Grayscale: #373737. Windows color (decimal): -9430215 or 3742576. OLE color: 3742576.
HSL color Cylindrical-coordinate representation of color #701B39: hue angle of 338.82º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B39 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 57 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.56 |
| HSL | 338.82º | 0.61% | 0.27% | - |
| HSV(B) | 338.82º | 0.76% | 0.44% | - |
| XYZ | 7.81 | 4.52 | 4.33 | - |
| YUV | 55.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 57 | 0 | 0.76 | 0.49 | 0.56 | 338.82 | 0.61 | 0.27 |
| Hex | 70 | 1B | 39 | 0 | 4C | 31 | 38 | 153 | 3D | 1B |
| Octal | 160 | 33 | 71 | 0 | 114 | 61 | 70 | 523 | 75 | 33 |
| Binary | 1110000 | 11011 | 111001 | 0 | 1001100 | 110001 | 111000 | 101010011 | 111101 | 11011 |
Color Harmonies of #701B39
Complementary color
Monochromatic Colors of #701B39
Black with #701B39
Text Example
Text Example
White with #701B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B39; }
p { color: rgb(112,27,57); }
H1.HeaderClassName
{
color: #701B39;
}
.AnyTagClassName
{
color: #701B39;
}
</style>
background-color css
<style>
a { background-color: #701B39; }
a { background-color: rgb(112,27,57); }
div.DivClassName
{
background-color: #701B39;
}
.BgClassName
{
background-color: #701B39;
}
</style>
border-color css
<style>
span { border-color: #701B39; }
span { border-color: rgb(112,27,57); }
td.TdClassName
{
border-color: #701B39;
}
.TagClassName
{
border-color: #701B39;
}
</style>