Shades of Claret #751A30
Tints of Claret #751A30
RGB
CMYK
RGB Variations
Color information
#751A30 (or 0x751A30) is known color: Claret. HEX triplet: 75, 1A and 30. RGB value is (117,26,48). Sum of RGB (Red+Green+Blue) = 117+26+48=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A30 is #8AE5CF. Grayscale: #373737. Windows color (decimal): -9102800 or 3152501. OLE color: 3152501.
HSL color Cylindrical-coordinate representation of color #751A30: hue angle of 345.49º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A30 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 48 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.54 |
| HSL | 345.49º | 0.64% | 0.28% | - |
| HSV(B) | 345.49º | 0.78% | 0.46% | - |
| XYZ | 8.24 | 4.73 | 3.28 | - |
| YUV | 55.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 48 | 0 | 0.78 | 0.59 | 0.54 | 345.49 | 0.64 | 0.28 |
| Hex | 75 | 1A | 30 | 0 | 4E | 3B | 36 | 159 | 40 | 1C |
| Octal | 165 | 32 | 60 | 0 | 116 | 73 | 66 | 531 | 100 | 34 |
| Binary | 1110101 | 11010 | 110000 | 0 | 1001110 | 111011 | 110110 | 101011001 | 1000000 | 11100 |
Color Harmonies of #751A30
Complementary color
Monochromatic Colors of #751A30
Black with #751A30
Text Example
Text Example
White with #751A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A30; }
p { color: rgb(117,26,48); }
H1.HeaderClassName
{
color: #751A30;
}
.AnyTagClassName
{
color: #751A30;
}
</style>
background-color css
<style>
a { background-color: #751A30; }
a { background-color: rgb(117,26,48); }
div.DivClassName
{
background-color: #751A30;
}
.BgClassName
{
background-color: #751A30;
}
</style>
border-color css
<style>
span { border-color: #751A30; }
span { border-color: rgb(117,26,48); }
td.TdClassName
{
border-color: #751A30;
}
.TagClassName
{
border-color: #751A30;
}
</style>