Shades of Claret #731A35
Tints of Claret #731A35
RGB
CMYK
RGB Variations
Color information
#731A35 (or 0x731A35) is known color: Claret. HEX triplet: 73, 1A and 35. RGB value is (115,26,53). Sum of RGB (Red+Green+Blue) = 115+26+53=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A35 is #8CE5CA. Grayscale: #373737. Windows color (decimal): -9233867 or 3480179. OLE color: 3480179.
HSL color Cylindrical-coordinate representation of color #731A35: hue angle of 341.8º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A35 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 53 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.55 |
| HSL | 341.8º | 0.63% | 0.28% | - |
| HSV(B) | 341.8º | 0.77% | 0.45% | - |
| XYZ | 8.08 | 4.64 | 3.84 | - |
| YUV | 55.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 53 | 0 | 0.77 | 0.54 | 0.55 | 341.8 | 0.63 | 0.28 |
| Hex | 73 | 1A | 35 | 0 | 4D | 36 | 37 | 156 | 3F | 1C |
| Octal | 163 | 32 | 65 | 0 | 115 | 66 | 67 | 526 | 77 | 34 |
| Binary | 1110011 | 11010 | 110101 | 0 | 1001101 | 110110 | 110111 | 101010110 | 111111 | 11100 |
Color Harmonies of #731A35
Complementary color
Monochromatic Colors of #731A35
Black with #731A35
Text Example
Text Example
White with #731A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A35; }
p { color: rgb(115,26,53); }
H1.HeaderClassName
{
color: #731A35;
}
.AnyTagClassName
{
color: #731A35;
}
</style>
background-color css
<style>
a { background-color: #731A35; }
a { background-color: rgb(115,26,53); }
div.DivClassName
{
background-color: #731A35;
}
.BgClassName
{
background-color: #731A35;
}
</style>
border-color css
<style>
span { border-color: #731A35; }
span { border-color: rgb(115,26,53); }
td.TdClassName
{
border-color: #731A35;
}
.TagClassName
{
border-color: #731A35;
}
</style>