Shades of Paprika #81263C
Tints of Paprika #81263C
RGB
CMYK
RGB Variations
Color information
#81263C (or 0x81263C) is known color: Paprika. HEX triplet: 81, 26 and 3C. RGB value is (129,38,60). Sum of RGB (Red+Green+Blue) = 129+38+60=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81263C is #7ED9C3. Grayscale: #434343. Windows color (decimal): -8313284 or 3942017. OLE color: 3942017.
HSL color Cylindrical-coordinate representation of color #81263C: hue angle of 345.49º degrees, saturation: 0.54, 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 #81263C is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 60 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.49 |
| HSL | 345.49º | 0.54% | 0.33% | - |
| HSV(B) | 345.49º | 0.71% | 0.51% | - |
| XYZ | 10.56 | 6.38 | 4.95 | - |
| YUV | 67.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 60 | 0 | 0.71 | 0.53 | 0.49 | 345.49 | 0.54 | 0.33 |
| Hex | 81 | 26 | 3C | 0 | 47 | 35 | 31 | 159 | 36 | 21 |
| Octal | 201 | 46 | 74 | 0 | 107 | 65 | 61 | 531 | 66 | 41 |
| Binary | 10000001 | 100110 | 111100 | 0 | 1000111 | 110101 | 110001 | 101011001 | 110110 | 100001 |
Color Harmonies of #81263C
Complementary color
Monochromatic Colors of #81263C
Black with #81263C
Text Example
Text Example
White with #81263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81263C; }
p { color: rgb(129,38,60); }
H1.HeaderClassName
{
color: #81263C;
}
.AnyTagClassName
{
color: #81263C;
}
</style>
background-color css
<style>
a { background-color: #81263C; }
a { background-color: rgb(129,38,60); }
div.DivClassName
{
background-color: #81263C;
}
.BgClassName
{
background-color: #81263C;
}
</style>
border-color css
<style>
span { border-color: #81263C; }
span { border-color: rgb(129,38,60); }
td.TdClassName
{
border-color: #81263C;
}
.TagClassName
{
border-color: #81263C;
}
</style>