Shades of Claret #751D30
Tints of Claret #751D30
RGB
CMYK
RGB Variations
Color information
#751D30 (or 0x751D30) is known color: Claret. HEX triplet: 75, 1D and 30. RGB value is (117,29,48). Sum of RGB (Red+Green+Blue) = 117+29+48=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D30 is #8AE2CF. Grayscale: #393939. Windows color (decimal): -9102032 or 3153269. OLE color: 3153269.
HSL color Cylindrical-coordinate representation of color #751D30: hue angle of 347.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D30 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 48 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.54 |
| HSL | 347.05º | 0.6% | 0.29% | - |
| HSV(B) | 347.05º | 0.75% | 0.46% | - |
| XYZ | 8.31 | 4.87 | 3.3 | - |
| YUV | 57.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 48 | 0 | 0.75 | 0.59 | 0.54 | 347.05 | 0.6 | 0.29 |
| Hex | 75 | 1D | 30 | 0 | 4B | 3B | 36 | 15B | 3C | 1D |
| Octal | 165 | 35 | 60 | 0 | 113 | 73 | 66 | 533 | 74 | 35 |
| Binary | 1110101 | 11101 | 110000 | 0 | 1001011 | 111011 | 110110 | 101011011 | 111100 | 11101 |
Color Harmonies of #751D30
Complementary color
Monochromatic Colors of #751D30
Black with #751D30
Text Example
Text Example
White with #751D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D30; }
p { color: rgb(117,29,48); }
H1.HeaderClassName
{
color: #751D30;
}
.AnyTagClassName
{
color: #751D30;
}
</style>
background-color css
<style>
a { background-color: #751D30; }
a { background-color: rgb(117,29,48); }
div.DivClassName
{
background-color: #751D30;
}
.BgClassName
{
background-color: #751D30;
}
</style>
border-color css
<style>
span { border-color: #751D30; }
span { border-color: rgb(117,29,48); }
td.TdClassName
{
border-color: #751D30;
}
.TagClassName
{
border-color: #751D30;
}
</style>