Shades of Paprika #84333C
Tints of Paprika #84333C
RGB
CMYK
RGB Variations
Color information
#84333C (or 0x84333C) is known color: Paprika. HEX triplet: 84, 33 and 3C. RGB value is (132,51,60). Sum of RGB (Red+Green+Blue) = 132+51+60=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333C is #7BCCC3. Grayscale: #4C4C4C. Windows color (decimal): -8113348 or 3945348. OLE color: 3945348.
HSL color Cylindrical-coordinate representation of color #84333C: hue angle of 353.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84333C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 60 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.48 |
| HSL | 353.33º | 0.44% | 0.36% | - |
| HSV(B) | 353.33º | 0.61% | 0.52% | - |
| XYZ | 11.52 | 7.6 | 5.13 | - |
| YUV | 76.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 60 | 0 | 0.61 | 0.55 | 0.48 | 353.33 | 0.44 | 0.36 |
| Hex | 84 | 33 | 3C | 0 | 3D | 37 | 30 | 161 | 2C | 24 |
| Octal | 204 | 63 | 74 | 0 | 75 | 67 | 60 | 541 | 54 | 44 |
| Binary | 10000100 | 110011 | 111100 | 0 | 111101 | 110111 | 110000 | 101100001 | 101100 | 100100 |
Color Harmonies of #84333C
Complementary color
Monochromatic Colors of #84333C
Black with #84333C
Text Example
Text Example
White with #84333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84333C; }
p { color: rgb(132,51,60); }
H1.HeaderClassName
{
color: #84333C;
}
.AnyTagClassName
{
color: #84333C;
}
</style>
background-color css
<style>
a { background-color: #84333C; }
a { background-color: rgb(132,51,60); }
div.DivClassName
{
background-color: #84333C;
}
.BgClassName
{
background-color: #84333C;
}
</style>
border-color css
<style>
span { border-color: #84333C; }
span { border-color: rgb(132,51,60); }
td.TdClassName
{
border-color: #84333C;
}
.TagClassName
{
border-color: #84333C;
}
</style>