Shades of Paprika #812A3C
Tints of Paprika #812A3C
RGB
CMYK
RGB Variations
Color information
#812A3C (or 0x812A3C) is known color: Paprika. HEX triplet: 81, 2A and 3C. RGB value is (129,42,60). Sum of RGB (Red+Green+Blue) = 129+42+60=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #812A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A3C is #7ED5C3. Grayscale: #464646. Windows color (decimal): -8312260 or 3943041. OLE color: 3943041.
HSL color Cylindrical-coordinate representation of color #812A3C: hue angle of 347.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A3C is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 60 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.49 |
| HSL | 347.59º | 0.51% | 0.34% | - |
| HSV(B) | 347.59º | 0.67% | 0.51% | - |
| XYZ | 10.7 | 6.65 | 4.99 | - |
| YUV | 70.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 60 | 0 | 0.67 | 0.53 | 0.49 | 347.59 | 0.51 | 0.34 |
| Hex | 81 | 2A | 3C | 0 | 43 | 35 | 31 | 15C | 33 | 22 |
| Octal | 201 | 52 | 74 | 0 | 103 | 65 | 61 | 534 | 63 | 42 |
| Binary | 10000001 | 101010 | 111100 | 0 | 1000011 | 110101 | 110001 | 101011100 | 110011 | 100010 |
Color Harmonies of #812A3C
Complementary color
Monochromatic Colors of #812A3C
Black with #812A3C
Text Example
Text Example
White with #812A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A3C; }
p { color: rgb(129,42,60); }
H1.HeaderClassName
{
color: #812A3C;
}
.AnyTagClassName
{
color: #812A3C;
}
</style>
background-color css
<style>
a { background-color: #812A3C; }
a { background-color: rgb(129,42,60); }
div.DivClassName
{
background-color: #812A3C;
}
.BgClassName
{
background-color: #812A3C;
}
</style>
border-color css
<style>
span { border-color: #812A3C; }
span { border-color: rgb(129,42,60); }
td.TdClassName
{
border-color: #812A3C;
}
.TagClassName
{
border-color: #812A3C;
}
</style>