Shades of Claret #75202F
Tints of Claret #75202F
RGB
CMYK
RGB Variations
Color information
#75202F (or 0x75202F) is known color: Claret. HEX triplet: 75, 20 and 2F. RGB value is (117,32,47). Sum of RGB (Red+Green+Blue) = 117+32+47=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75202F is #8ADFD0. Grayscale: #3B3B3B. Windows color (decimal): -9101265 or 3088501. OLE color: 3088501.
HSL color Cylindrical-coordinate representation of color #75202F: hue angle of 349.41º 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 #75202F is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 47 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.54 |
| HSL | 349.41º | 0.57% | 0.29% | - |
| HSV(B) | 349.41º | 0.73% | 0.46% | - |
| XYZ | 8.37 | 5.02 | 3.22 | - |
| YUV | 59.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 47 | 0 | 0.73 | 0.60 | 0.54 | 349.41 | 0.57 | 0.29 |
| Hex | 75 | 20 | 2F | 0 | 49 | 3C | 36 | 15D | 39 | 1D |
| Octal | 165 | 40 | 57 | 0 | 111 | 74 | 66 | 535 | 71 | 35 |
| Binary | 1110101 | 100000 | 101111 | 0 | 1001001 | 111100 | 110110 | 101011101 | 111001 | 11101 |
Color Harmonies of #75202F
Complementary color
Monochromatic Colors of #75202F
Black with #75202F
Text Example
Text Example
White with #75202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75202F; }
p { color: rgb(117,32,47); }
H1.HeaderClassName
{
color: #75202F;
}
.AnyTagClassName
{
color: #75202F;
}
</style>
background-color css
<style>
a { background-color: #75202F; }
a { background-color: rgb(117,32,47); }
div.DivClassName
{
background-color: #75202F;
}
.BgClassName
{
background-color: #75202F;
}
</style>
border-color css
<style>
span { border-color: #75202F; }
span { border-color: rgb(117,32,47); }
td.TdClassName
{
border-color: #75202F;
}
.TagClassName
{
border-color: #75202F;
}
</style>