Shades of Paprika #812F34
Tints of Paprika #812F34
RGB
CMYK
RGB Variations
Color information
#812F34 (or 0x812F34) is known color: Paprika. HEX triplet: 81, 2F and 34. RGB value is (129,47,52). Sum of RGB (Red+Green+Blue) = 129+47+52=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #812F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812F34 is #7ED0CB. Grayscale: #484848. Windows color (decimal): -8310988 or 3420033. OLE color: 3420033.
HSL color Cylindrical-coordinate representation of color #812F34: hue angle of 356.34º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F34 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 52 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.49 |
| HSL | 356.34º | 0.47% | 0.35% | - |
| HSV(B) | 356.34º | 0.64% | 0.51% | - |
| XYZ | 10.69 | 6.95 | 4.03 | - |
| YUV | 72.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 52 | 0 | 0.64 | 0.60 | 0.49 | 356.34 | 0.47 | 0.35 |
| Hex | 81 | 2F | 34 | 0 | 40 | 3C | 31 | 164 | 2F | 23 |
| Octal | 201 | 57 | 64 | 0 | 100 | 74 | 61 | 544 | 57 | 43 |
| Binary | 10000001 | 101111 | 110100 | 0 | 1000000 | 111100 | 110001 | 101100100 | 101111 | 100011 |
Color Harmonies of #812F34
Complementary color
Monochromatic Colors of #812F34
Black with #812F34
Text Example
Text Example
White with #812F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F34; }
p { color: rgb(129,47,52); }
H1.HeaderClassName
{
color: #812F34;
}
.AnyTagClassName
{
color: #812F34;
}
</style>
background-color css
<style>
a { background-color: #812F34; }
a { background-color: rgb(129,47,52); }
div.DivClassName
{
background-color: #812F34;
}
.BgClassName
{
background-color: #812F34;
}
</style>
border-color css
<style>
span { border-color: #812F34; }
span { border-color: rgb(129,47,52); }
td.TdClassName
{
border-color: #812F34;
}
.TagClassName
{
border-color: #812F34;
}
</style>