Shades of Claret #75172D
Tints of Claret #75172D
RGB
CMYK
RGB Variations
Color information
#75172D (or 0x75172D) is known color: Claret. HEX triplet: 75, 17 and 2D. RGB value is (117,23,45). Sum of RGB (Red+Green+Blue) = 117+23+45=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172D is #8AE8D2. Grayscale: #353535. Windows color (decimal): -9103571 or 2955125. OLE color: 2955125.
HSL color Cylindrical-coordinate representation of color #75172D: hue angle of 345.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75172D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 45 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.54 |
| HSL | 345.96º | 0.67% | 0.27% | - |
| HSV(B) | 345.96º | 0.8% | 0.46% | - |
| XYZ | 8.12 | 4.58 | 2.94 | - |
| YUV | 53.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 45 | 0 | 0.80 | 0.62 | 0.54 | 345.96 | 0.67 | 0.27 |
| Hex | 75 | 17 | 2D | 0 | 50 | 3E | 36 | 15A | 43 | 1B |
| Octal | 165 | 27 | 55 | 0 | 120 | 76 | 66 | 532 | 103 | 33 |
| Binary | 1110101 | 10111 | 101101 | 0 | 1010000 | 111110 | 110110 | 101011010 | 1000011 | 11011 |
Color Harmonies of #75172D
Complementary color
Monochromatic Colors of #75172D
Black with #75172D
Text Example
Text Example
White with #75172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75172D; }
p { color: rgb(117,23,45); }
H1.HeaderClassName
{
color: #75172D;
}
.AnyTagClassName
{
color: #75172D;
}
</style>
background-color css
<style>
a { background-color: #75172D; }
a { background-color: rgb(117,23,45); }
div.DivClassName
{
background-color: #75172D;
}
.BgClassName
{
background-color: #75172D;
}
</style>
border-color css
<style>
span { border-color: #75172D; }
span { border-color: rgb(117,23,45); }
td.TdClassName
{
border-color: #75172D;
}
.TagClassName
{
border-color: #75172D;
}
</style>