Shades of Claret #75203A
Tints of Claret #75203A
RGB
CMYK
RGB Variations
Color information
#75203A (or 0x75203A) is known color: Claret. HEX triplet: 75, 20 and 3A. RGB value is (117,32,58). Sum of RGB (Red+Green+Blue) = 117+32+58=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #75203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203A is #8ADFC5. Grayscale: #3C3C3C. Windows color (decimal): -9101254 or 3809397. OLE color: 3809397.
HSL color Cylindrical-coordinate representation of color #75203A: hue angle of 341.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75203A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 58 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.54 |
| HSL | 341.65º | 0.57% | 0.29% | - |
| HSV(B) | 341.65º | 0.73% | 0.46% | - |
| XYZ | 8.62 | 5.12 | 4.54 | - |
| YUV | 60.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 58 | 0 | 0.73 | 0.50 | 0.54 | 341.65 | 0.57 | 0.29 |
| Hex | 75 | 20 | 3A | 0 | 49 | 32 | 36 | 156 | 39 | 1D |
| Octal | 165 | 40 | 72 | 0 | 111 | 62 | 66 | 526 | 71 | 35 |
| Binary | 1110101 | 100000 | 111010 | 0 | 1001001 | 110010 | 110110 | 101010110 | 111001 | 11101 |
Color Harmonies of #75203A
Complementary color
Monochromatic Colors of #75203A
Black with #75203A
Text Example
Text Example
White with #75203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75203A; }
p { color: rgb(117,32,58); }
H1.HeaderClassName
{
color: #75203A;
}
.AnyTagClassName
{
color: #75203A;
}
</style>
background-color css
<style>
a { background-color: #75203A; }
a { background-color: rgb(117,32,58); }
div.DivClassName
{
background-color: #75203A;
}
.BgClassName
{
background-color: #75203A;
}
</style>
border-color css
<style>
span { border-color: #75203A; }
span { border-color: rgb(117,32,58); }
td.TdClassName
{
border-color: #75203A;
}
.TagClassName
{
border-color: #75203A;
}
</style>