Shades of Claret #75203C
Tints of Claret #75203C
RGB
CMYK
RGB Variations
Color information
#75203C (or 0x75203C) is known color: Claret. HEX triplet: 75, 20 and 3C. RGB value is (117,32,60). Sum of RGB (Red+Green+Blue) = 117+32+60=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75203C is #8ADFC3. Grayscale: #3C3C3C. Windows color (decimal): -9101252 or 3940469. OLE color: 3940469.
HSL color Cylindrical-coordinate representation of color #75203C: hue angle of 340.24º 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 #75203C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 60 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.54 |
| HSL | 340.24º | 0.57% | 0.29% | - |
| HSV(B) | 340.24º | 0.73% | 0.46% | - |
| XYZ | 8.67 | 5.14 | 4.81 | - |
| YUV | 60.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 60 | 0 | 0.73 | 0.49 | 0.54 | 340.24 | 0.57 | 0.29 |
| Hex | 75 | 20 | 3C | 0 | 49 | 31 | 36 | 154 | 39 | 1D |
| Octal | 165 | 40 | 74 | 0 | 111 | 61 | 66 | 524 | 71 | 35 |
| Binary | 1110101 | 100000 | 111100 | 0 | 1001001 | 110001 | 110110 | 101010100 | 111001 | 11101 |
Color Harmonies of #75203C
Complementary color
Monochromatic Colors of #75203C
Black with #75203C
Text Example
Text Example
White with #75203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75203C; }
p { color: rgb(117,32,60); }
H1.HeaderClassName
{
color: #75203C;
}
.AnyTagClassName
{
color: #75203C;
}
</style>
background-color css
<style>
a { background-color: #75203C; }
a { background-color: rgb(117,32,60); }
div.DivClassName
{
background-color: #75203C;
}
.BgClassName
{
background-color: #75203C;
}
</style>
border-color css
<style>
span { border-color: #75203C; }
span { border-color: rgb(117,32,60); }
td.TdClassName
{
border-color: #75203C;
}
.TagClassName
{
border-color: #75203C;
}
</style>