Shades of Claret #731D38
Tints of Claret #731D38
RGB
CMYK
RGB Variations
Color information
#731D38 (or 0x731D38) is known color: Claret. HEX triplet: 73, 1D and 38. RGB value is (115,29,56). Sum of RGB (Red+Green+Blue) = 115+29+56=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #731D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D38 is #8CE2C7. Grayscale: #393939. Windows color (decimal): -9233096 or 3677555. OLE color: 3677555.
HSL color Cylindrical-coordinate representation of color #731D38: hue angle of 341.16º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D38 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 56 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.55 |
| HSL | 341.16º | 0.6% | 0.28% | - |
| HSV(B) | 341.16º | 0.75% | 0.45% | - |
| XYZ | 8.22 | 4.81 | 4.24 | - |
| YUV | 57.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 56 | 0 | 0.75 | 0.51 | 0.55 | 341.16 | 0.6 | 0.28 |
| Hex | 73 | 1D | 38 | 0 | 4B | 33 | 37 | 155 | 3C | 1C |
| Octal | 163 | 35 | 70 | 0 | 113 | 63 | 67 | 525 | 74 | 34 |
| Binary | 1110011 | 11101 | 111000 | 0 | 1001011 | 110011 | 110111 | 101010101 | 111100 | 11100 |
Color Harmonies of #731D38
Complementary color
Monochromatic Colors of #731D38
Black with #731D38
Text Example
Text Example
White with #731D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D38; }
p { color: rgb(115,29,56); }
H1.HeaderClassName
{
color: #731D38;
}
.AnyTagClassName
{
color: #731D38;
}
</style>
background-color css
<style>
a { background-color: #731D38; }
a { background-color: rgb(115,29,56); }
div.DivClassName
{
background-color: #731D38;
}
.BgClassName
{
background-color: #731D38;
}
</style>
border-color css
<style>
span { border-color: #731D38; }
span { border-color: rgb(115,29,56); }
td.TdClassName
{
border-color: #731D38;
}
.TagClassName
{
border-color: #731D38;
}
</style>