Shades of Paprika #81303C
Tints of Paprika #81303C
RGB
CMYK
RGB Variations
Color information
#81303C (or 0x81303C) is known color: Paprika. HEX triplet: 81, 30 and 3C. RGB value is (129,48,60). Sum of RGB (Red+Green+Blue) = 129+48+60=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81303C is #7ECFC3. Grayscale: #494949. Windows color (decimal): -8310724 or 3944577. OLE color: 3944577.
HSL color Cylindrical-coordinate representation of color #81303C: hue angle of 351.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81303C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 48 | 60 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.49 |
| HSL | 351.11º | 0.46% | 0.35% | - |
| HSV(B) | 351.11º | 0.63% | 0.51% | - |
| XYZ | 10.93 | 7.11 | 5.07 | - |
| YUV | 73.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 60 | 0 | 0.63 | 0.53 | 0.49 | 351.11 | 0.46 | 0.35 |
| Hex | 81 | 30 | 3C | 0 | 3F | 35 | 31 | 15F | 2E | 23 |
| Octal | 201 | 60 | 74 | 0 | 77 | 65 | 61 | 537 | 56 | 43 |
| Binary | 10000001 | 110000 | 111100 | 0 | 111111 | 110101 | 110001 | 101011111 | 101110 | 100011 |
Color Harmonies of #81303C
Complementary color
Monochromatic Colors of #81303C
Black with #81303C
Text Example
Text Example
White with #81303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81303C; }
p { color: rgb(129,48,60); }
H1.HeaderClassName
{
color: #81303C;
}
.AnyTagClassName
{
color: #81303C;
}
</style>
background-color css
<style>
a { background-color: #81303C; }
a { background-color: rgb(129,48,60); }
div.DivClassName
{
background-color: #81303C;
}
.BgClassName
{
background-color: #81303C;
}
</style>
border-color css
<style>
span { border-color: #81303C; }
span { border-color: rgb(129,48,60); }
td.TdClassName
{
border-color: #81303C;
}
.TagClassName
{
border-color: #81303C;
}
</style>