Shades of Paprika #762B3C
Tints of Paprika #762B3C
RGB
CMYK
RGB Variations
Color information
#762B3C (or 0x762B3C) is known color: Paprika. HEX triplet: 76, 2B and 3C. RGB value is (118,43,60). Sum of RGB (Red+Green+Blue) = 118+43+60=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B3C is #89D4C3. Grayscale: #434343. Windows color (decimal): -9032900 or 3943286. OLE color: 3943286.
HSL color Cylindrical-coordinate representation of color #762B3C: hue angle of 346.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B3C is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 60 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.54 |
| HSL | 346.4º | 0.47% | 0.32% | - |
| HSV(B) | 346.4º | 0.64% | 0.46% | - |
| XYZ | 9.15 | 5.91 | 4.93 | - |
| YUV | 67.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 60 | 0 | 0.64 | 0.49 | 0.54 | 346.4 | 0.47 | 0.32 |
| Hex | 76 | 2B | 3C | 0 | 40 | 31 | 36 | 15A | 2F | 20 |
| Octal | 166 | 53 | 74 | 0 | 100 | 61 | 66 | 532 | 57 | 40 |
| Binary | 1110110 | 101011 | 111100 | 0 | 1000000 | 110001 | 110110 | 101011010 | 101111 | 100000 |
Color Harmonies of #762B3C
Complementary color
Monochromatic Colors of #762B3C
Black with #762B3C
Text Example
Text Example
White with #762B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B3C; }
p { color: rgb(118,43,60); }
H1.HeaderClassName
{
color: #762B3C;
}
.AnyTagClassName
{
color: #762B3C;
}
</style>
background-color css
<style>
a { background-color: #762B3C; }
a { background-color: rgb(118,43,60); }
div.DivClassName
{
background-color: #762B3C;
}
.BgClassName
{
background-color: #762B3C;
}
</style>
border-color css
<style>
span { border-color: #762B3C; }
span { border-color: rgb(118,43,60); }
td.TdClassName
{
border-color: #762B3C;
}
.TagClassName
{
border-color: #762B3C;
}
</style>