Shades of Paprika #83283F
Tints of Paprika #83283F
RGB
CMYK
RGB Variations
Color information
#83283F (or 0x83283F) is known color: Paprika. HEX triplet: 83, 28 and 3F. RGB value is (131,40,63). Sum of RGB (Red+Green+Blue) = 131+40+63=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83283F is #7CD7C0. Grayscale: #454545. Windows color (decimal): -8181697 or 4139139. OLE color: 4139139.
HSL color Cylindrical-coordinate representation of color #83283F: hue angle of 344.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83283F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 63 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.49 |
| HSL | 344.84º | 0.53% | 0.34% | - |
| HSV(B) | 344.84º | 0.69% | 0.51% | - |
| XYZ | 11.02 | 6.7 | 5.42 | - |
| YUV | 69.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 63 | 0 | 0.69 | 0.52 | 0.49 | 344.84 | 0.53 | 0.34 |
| Hex | 83 | 28 | 3F | 0 | 45 | 34 | 31 | 159 | 35 | 22 |
| Octal | 203 | 50 | 77 | 0 | 105 | 64 | 61 | 531 | 65 | 42 |
| Binary | 10000011 | 101000 | 111111 | 0 | 1000101 | 110100 | 110001 | 101011001 | 110101 | 100010 |
Color Harmonies of #83283F
Complementary color
Monochromatic Colors of #83283F
Black with #83283F
Text Example
Text Example
White with #83283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83283F; }
p { color: rgb(131,40,63); }
H1.HeaderClassName
{
color: #83283F;
}
.AnyTagClassName
{
color: #83283F;
}
</style>
background-color css
<style>
a { background-color: #83283F; }
a { background-color: rgb(131,40,63); }
div.DivClassName
{
background-color: #83283F;
}
.BgClassName
{
background-color: #83283F;
}
</style>
border-color css
<style>
span { border-color: #83283F; }
span { border-color: rgb(131,40,63); }
td.TdClassName
{
border-color: #83283F;
}
.TagClassName
{
border-color: #83283F;
}
</style>