Shades of Claret #731A36
Tints of Claret #731A36
RGB
CMYK
RGB Variations
Color information
#731A36 (or 0x731A36) is known color: Claret. HEX triplet: 73, 1A and 36. RGB value is (115,26,54). Sum of RGB (Red+Green+Blue) = 115+26+54=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A36 is #8CE5C9. Grayscale: #373737. Windows color (decimal): -9233866 or 3545715. OLE color: 3545715.
HSL color Cylindrical-coordinate representation of color #731A36: hue angle of 341.12º 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 #731A36 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 54 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.55 |
| HSL | 341.12º | 0.63% | 0.28% | - |
| HSV(B) | 341.12º | 0.77% | 0.45% | - |
| XYZ | 8.11 | 4.65 | 3.96 | - |
| YUV | 55.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 54 | 0 | 0.77 | 0.53 | 0.55 | 341.12 | 0.63 | 0.28 |
| Hex | 73 | 1A | 36 | 0 | 4D | 35 | 37 | 155 | 3F | 1C |
| Octal | 163 | 32 | 66 | 0 | 115 | 65 | 67 | 525 | 77 | 34 |
| Binary | 1110011 | 11010 | 110110 | 0 | 1001101 | 110101 | 110111 | 101010101 | 111111 | 11100 |
Color Harmonies of #731A36
Complementary color
Monochromatic Colors of #731A36
Black with #731A36
Text Example
Text Example
White with #731A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A36; }
p { color: rgb(115,26,54); }
H1.HeaderClassName
{
color: #731A36;
}
.AnyTagClassName
{
color: #731A36;
}
</style>
background-color css
<style>
a { background-color: #731A36; }
a { background-color: rgb(115,26,54); }
div.DivClassName
{
background-color: #731A36;
}
.BgClassName
{
background-color: #731A36;
}
</style>
border-color css
<style>
span { border-color: #731A36; }
span { border-color: rgb(115,26,54); }
td.TdClassName
{
border-color: #731A36;
}
.TagClassName
{
border-color: #731A36;
}
</style>