Shades of Claret #73233A
Tints of Claret #73233A
RGB
CMYK
RGB Variations
Color information
#73233A (or 0x73233A) is known color: Claret. HEX triplet: 73, 23 and 3A. RGB value is (115,35,58). Sum of RGB (Red+Green+Blue) = 115+35+58=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73233A is #8CDCC5. Grayscale: #3D3D3D. Windows color (decimal): -9231558 or 3810163. OLE color: 3810163.
HSL color Cylindrical-coordinate representation of color #73233A: hue angle of 342.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73233A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 58 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.55 |
| HSL | 342.75º | 0.53% | 0.29% | - |
| HSV(B) | 342.75º | 0.7% | 0.45% | - |
| XYZ | 8.43 | 5.15 | 4.55 | - |
| YUV | 61.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 58 | 0 | 0.70 | 0.50 | 0.55 | 342.75 | 0.53 | 0.29 |
| Hex | 73 | 23 | 3A | 0 | 46 | 32 | 37 | 157 | 35 | 1D |
| Octal | 163 | 43 | 72 | 0 | 106 | 62 | 67 | 527 | 65 | 35 |
| Binary | 1110011 | 100011 | 111010 | 0 | 1000110 | 110010 | 110111 | 101010111 | 110101 | 11101 |
Color Harmonies of #73233A
Complementary color
Monochromatic Colors of #73233A
Black with #73233A
Text Example
Text Example
White with #73233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73233A; }
p { color: rgb(115,35,58); }
H1.HeaderClassName
{
color: #73233A;
}
.AnyTagClassName
{
color: #73233A;
}
</style>
background-color css
<style>
a { background-color: #73233A; }
a { background-color: rgb(115,35,58); }
div.DivClassName
{
background-color: #73233A;
}
.BgClassName
{
background-color: #73233A;
}
</style>
border-color css
<style>
span { border-color: #73233A; }
span { border-color: rgb(115,35,58); }
td.TdClassName
{
border-color: #73233A;
}
.TagClassName
{
border-color: #73233A;
}
</style>