Shades of Paprika #752B3C
Tints of Paprika #752B3C
RGB
CMYK
RGB Variations
Color information
#752B3C (or 0x752B3C) is known color: Paprika. HEX triplet: 75, 2B and 3C. RGB value is (117,43,60). Sum of RGB (Red+Green+Blue) = 117+43+60=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B3C is #8AD4C3. Grayscale: #434343. Windows color (decimal): -9098436 or 3943285. OLE color: 3943285.
HSL color Cylindrical-coordinate representation of color #752B3C: hue angle of 346.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B3C is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 60 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.54 |
| HSL | 346.22º | 0.46% | 0.31% | - |
| HSV(B) | 346.22º | 0.63% | 0.46% | - |
| XYZ | 9.02 | 5.84 | 4.93 | - |
| YUV | 67.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 60 | 0 | 0.63 | 0.49 | 0.54 | 346.22 | 0.46 | 0.31 |
| Hex | 75 | 2B | 3C | 0 | 3F | 31 | 36 | 15A | 2E | 1F |
| Octal | 165 | 53 | 74 | 0 | 77 | 61 | 66 | 532 | 56 | 37 |
| Binary | 1110101 | 101011 | 111100 | 0 | 111111 | 110001 | 110110 | 101011010 | 101110 | 11111 |
Color Harmonies of #752B3C
Complementary color
Monochromatic Colors of #752B3C
Black with #752B3C
Text Example
Text Example
White with #752B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B3C; }
p { color: rgb(117,43,60); }
H1.HeaderClassName
{
color: #752B3C;
}
.AnyTagClassName
{
color: #752B3C;
}
</style>
background-color css
<style>
a { background-color: #752B3C; }
a { background-color: rgb(117,43,60); }
div.DivClassName
{
background-color: #752B3C;
}
.BgClassName
{
background-color: #752B3C;
}
</style>
border-color css
<style>
span { border-color: #752B3C; }
span { border-color: rgb(117,43,60); }
td.TdClassName
{
border-color: #752B3C;
}
.TagClassName
{
border-color: #752B3C;
}
</style>