Shades of Claret #731C30
Tints of Claret #731C30
RGB
CMYK
RGB Variations
Color information
#731C30 (or 0x731C30) is known color: Claret. HEX triplet: 73, 1C and 30. RGB value is (115,28,48). Sum of RGB (Red+Green+Blue) = 115+28+48=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #731C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C30 is #8CE3CF. Grayscale: #383838. Windows color (decimal): -9233360 or 3153011. OLE color: 3153011.
HSL color Cylindrical-coordinate representation of color #731C30: hue angle of 346.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C30 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 48 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.55 |
| HSL | 346.21º | 0.61% | 0.28% | - |
| HSV(B) | 346.21º | 0.76% | 0.45% | - |
| XYZ | 8.02 | 4.69 | 3.28 | - |
| YUV | 56.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 48 | 0 | 0.76 | 0.58 | 0.55 | 346.21 | 0.61 | 0.28 |
| Hex | 73 | 1C | 30 | 0 | 4C | 3A | 37 | 15A | 3D | 1C |
| Octal | 163 | 34 | 60 | 0 | 114 | 72 | 67 | 532 | 75 | 34 |
| Binary | 1110011 | 11100 | 110000 | 0 | 1001100 | 111010 | 110111 | 101011010 | 111101 | 11100 |
Color Harmonies of #731C30
Complementary color
Monochromatic Colors of #731C30
Black with #731C30
Text Example
Text Example
White with #731C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C30; }
p { color: rgb(115,28,48); }
H1.HeaderClassName
{
color: #731C30;
}
.AnyTagClassName
{
color: #731C30;
}
</style>
background-color css
<style>
a { background-color: #731C30; }
a { background-color: rgb(115,28,48); }
div.DivClassName
{
background-color: #731C30;
}
.BgClassName
{
background-color: #731C30;
}
</style>
border-color css
<style>
span { border-color: #731C30; }
span { border-color: rgb(115,28,48); }
td.TdClassName
{
border-color: #731C30;
}
.TagClassName
{
border-color: #731C30;
}
</style>