Shades of Claret #75182D
Tints of Claret #75182D
RGB
CMYK
RGB Variations
Color information
#75182D (or 0x75182D) is known color: Claret. HEX triplet: 75, 18 and 2D. RGB value is (117,24,45). Sum of RGB (Red+Green+Blue) = 117+24+45=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182D is #8AE7D2. Grayscale: #363636. Windows color (decimal): -9103315 or 2955381. OLE color: 2955381.
HSL color Cylindrical-coordinate representation of color #75182D: hue angle of 346.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75182D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 45 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.54 |
| HSL | 346.45º | 0.66% | 0.28% | - |
| HSV(B) | 346.45º | 0.79% | 0.46% | - |
| XYZ | 8.14 | 4.62 | 2.95 | - |
| YUV | 54.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 45 | 0 | 0.79 | 0.62 | 0.54 | 346.45 | 0.66 | 0.28 |
| Hex | 75 | 18 | 2D | 0 | 4F | 3E | 36 | 15A | 42 | 1C |
| Octal | 165 | 30 | 55 | 0 | 117 | 76 | 66 | 532 | 102 | 34 |
| Binary | 1110101 | 11000 | 101101 | 0 | 1001111 | 111110 | 110110 | 101011010 | 1000010 | 11100 |
Color Harmonies of #75182D
Complementary color
Monochromatic Colors of #75182D
Black with #75182D
Text Example
Text Example
White with #75182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75182D; }
p { color: rgb(117,24,45); }
H1.HeaderClassName
{
color: #75182D;
}
.AnyTagClassName
{
color: #75182D;
}
</style>
background-color css
<style>
a { background-color: #75182D; }
a { background-color: rgb(117,24,45); }
div.DivClassName
{
background-color: #75182D;
}
.BgClassName
{
background-color: #75182D;
}
</style>
border-color css
<style>
span { border-color: #75182D; }
span { border-color: rgb(117,24,45); }
td.TdClassName
{
border-color: #75182D;
}
.TagClassName
{
border-color: #75182D;
}
</style>