Shades of Claret #751C30
Tints of Claret #751C30
RGB
CMYK
RGB Variations
Color information
#751C30 (or 0x751C30) is known color: Claret. HEX triplet: 75, 1C and 30. RGB value is (117,28,48). Sum of RGB (Red+Green+Blue) = 117+28+48=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751C30 is #8AE3CF. Grayscale: #383838. Windows color (decimal): -9102288 or 3153013. OLE color: 3153013.
HSL color Cylindrical-coordinate representation of color #751C30: hue angle of 346.52º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C30 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 48 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.54 |
| HSL | 346.52º | 0.61% | 0.28% | - |
| HSV(B) | 346.52º | 0.76% | 0.46% | - |
| XYZ | 8.28 | 4.83 | 3.29 | - |
| YUV | 56.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 48 | 0 | 0.76 | 0.59 | 0.54 | 346.52 | 0.61 | 0.28 |
| Hex | 75 | 1C | 30 | 0 | 4C | 3B | 36 | 15B | 3D | 1C |
| Octal | 165 | 34 | 60 | 0 | 114 | 73 | 66 | 533 | 75 | 34 |
| Binary | 1110101 | 11100 | 110000 | 0 | 1001100 | 111011 | 110110 | 101011011 | 111101 | 11100 |
Color Harmonies of #751C30
Complementary color
Monochromatic Colors of #751C30
Black with #751C30
Text Example
Text Example
White with #751C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C30; }
p { color: rgb(117,28,48); }
H1.HeaderClassName
{
color: #751C30;
}
.AnyTagClassName
{
color: #751C30;
}
</style>
background-color css
<style>
a { background-color: #751C30; }
a { background-color: rgb(117,28,48); }
div.DivClassName
{
background-color: #751C30;
}
.BgClassName
{
background-color: #751C30;
}
</style>
border-color css
<style>
span { border-color: #751C30; }
span { border-color: rgb(117,28,48); }
td.TdClassName
{
border-color: #751C30;
}
.TagClassName
{
border-color: #751C30;
}
</style>