Shades of Claret #702333
Tints of Claret #702333
RGB
CMYK
RGB Variations
Color information
#702333 (or 0x702333) is known color: Claret. HEX triplet: 70, 23 and 33. RGB value is (112,35,51). Sum of RGB (Red+Green+Blue) = 112+35+51=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702333 is #8FDCCC. Grayscale: #3B3B3B. Windows color (decimal): -9428173 or 3351408. OLE color: 3351408.
HSL color Cylindrical-coordinate representation of color #702333: hue angle of 347.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702333 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 51 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.56 |
| HSL | 347.53º | 0.52% | 0.29% | - |
| HSV(B) | 347.53º | 0.69% | 0.44% | - |
| XYZ | 7.88 | 4.89 | 3.66 | - |
| YUV | 59.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 51 | 0 | 0.69 | 0.54 | 0.56 | 347.53 | 0.52 | 0.29 |
| Hex | 70 | 23 | 33 | 0 | 45 | 36 | 38 | 15C | 34 | 1D |
| Octal | 160 | 43 | 63 | 0 | 105 | 66 | 70 | 534 | 64 | 35 |
| Binary | 1110000 | 100011 | 110011 | 0 | 1000101 | 110110 | 111000 | 101011100 | 110100 | 11101 |
Color Harmonies of #702333
Complementary color
Monochromatic Colors of #702333
Black with #702333
Text Example
Text Example
White with #702333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702333; }
p { color: rgb(112,35,51); }
H1.HeaderClassName
{
color: #702333;
}
.AnyTagClassName
{
color: #702333;
}
</style>
background-color css
<style>
a { background-color: #702333; }
a { background-color: rgb(112,35,51); }
div.DivClassName
{
background-color: #702333;
}
.BgClassName
{
background-color: #702333;
}
</style>
border-color css
<style>
span { border-color: #702333; }
span { border-color: rgb(112,35,51); }
td.TdClassName
{
border-color: #702333;
}
.TagClassName
{
border-color: #702333;
}
</style>