Shades of Claret #731A2D
Tints of Claret #731A2D
RGB
CMYK
RGB Variations
Color information
#731A2D (or 0x731A2D) is known color: Claret. HEX triplet: 73, 1A and 2D. RGB value is (115,26,45). Sum of RGB (Red+Green+Blue) = 115+26+45=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #731A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A2D is #8CE5D2. Grayscale: #363636. Windows color (decimal): -9233875 or 2955891. OLE color: 2955891.
HSL color Cylindrical-coordinate representation of color #731A2D: hue angle of 347.19º 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 #731A2D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 45 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.55 |
| HSL | 347.19º | 0.63% | 0.28% | - |
| HSV(B) | 347.19º | 0.77% | 0.45% | - |
| XYZ | 7.91 | 4.57 | 2.95 | - |
| YUV | 54.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 45 | 0 | 0.77 | 0.61 | 0.55 | 347.19 | 0.63 | 0.28 |
| Hex | 73 | 1A | 2D | 0 | 4D | 3D | 37 | 15B | 3F | 1C |
| Octal | 163 | 32 | 55 | 0 | 115 | 75 | 67 | 533 | 77 | 34 |
| Binary | 1110011 | 11010 | 101101 | 0 | 1001101 | 111101 | 110111 | 101011011 | 111111 | 11100 |
Color Harmonies of #731A2D
Complementary color
Monochromatic Colors of #731A2D
Black with #731A2D
Text Example
Text Example
White with #731A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A2D; }
p { color: rgb(115,26,45); }
H1.HeaderClassName
{
color: #731A2D;
}
.AnyTagClassName
{
color: #731A2D;
}
</style>
background-color css
<style>
a { background-color: #731A2D; }
a { background-color: rgb(115,26,45); }
div.DivClassName
{
background-color: #731A2D;
}
.BgClassName
{
background-color: #731A2D;
}
</style>
border-color css
<style>
span { border-color: #731A2D; }
span { border-color: rgb(115,26,45); }
td.TdClassName
{
border-color: #731A2D;
}
.TagClassName
{
border-color: #731A2D;
}
</style>