Shades of Paprika #81253D
Tints of Paprika #81253D
RGB
CMYK
RGB Variations
Color information
#81253D (or 0x81253D) is known color: Paprika. HEX triplet: 81, 25 and 3D. RGB value is (129,37,61). Sum of RGB (Red+Green+Blue) = 129+37+61=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81253D is #7EDAC2. Grayscale: #434343. Windows color (decimal): -8313539 or 4007297. OLE color: 4007297.
HSL color Cylindrical-coordinate representation of color #81253D: hue angle of 344.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81253D is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 61 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.49 |
| HSL | 344.35º | 0.55% | 0.33% | - |
| HSV(B) | 344.35º | 0.71% | 0.51% | - |
| XYZ | 10.56 | 6.33 | 5.08 | - |
| YUV | 67.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 61 | 0 | 0.71 | 0.53 | 0.49 | 344.35 | 0.55 | 0.33 |
| Hex | 81 | 25 | 3D | 0 | 47 | 35 | 31 | 158 | 37 | 21 |
| Octal | 201 | 45 | 75 | 0 | 107 | 65 | 61 | 530 | 67 | 41 |
| Binary | 10000001 | 100101 | 111101 | 0 | 1000111 | 110101 | 110001 | 101011000 | 110111 | 100001 |
Color Harmonies of #81253D
Complementary color
Monochromatic Colors of #81253D
Black with #81253D
Text Example
Text Example
White with #81253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81253D; }
p { color: rgb(129,37,61); }
H1.HeaderClassName
{
color: #81253D;
}
.AnyTagClassName
{
color: #81253D;
}
</style>
background-color css
<style>
a { background-color: #81253D; }
a { background-color: rgb(129,37,61); }
div.DivClassName
{
background-color: #81253D;
}
.BgClassName
{
background-color: #81253D;
}
</style>
border-color css
<style>
span { border-color: #81253D; }
span { border-color: rgb(129,37,61); }
td.TdClassName
{
border-color: #81253D;
}
.TagClassName
{
border-color: #81253D;
}
</style>