#83293F

Color #83293F Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #83293F

Tints of Paprika #83293F

Color information

#83293F (or 0x83293F) is unknown color: approx Paprika. HEX triplet: 83, 29 and 3F. RGB value is (131,41,63). Sum of RGB (Red+Green+Blue) = 131+41+63=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #83293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83293F is #7CD6C0. Grayscale: #464646. Windows color (decimal): -8181441 or 4139395. OLE color: 4139395.

HSL color Cylindrical-coordinate representation of color #83293F: hue angle of 345.33º degrees, saturation: 0.52, 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 #83293F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1314163-
CMYK00.690.520.49
HSL345.33º52.33%33.73%-
HSV(B)345.33º68.7%51.37%-
XYZ11.056.775.43-
YUV70.42123.82171.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 63 (25% from 255) = 26.81%
R=55.74%
G=17.45%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131416300.690.520.49345.3352.3333.73
Hex83293F04534311593422
Octal2035177010564615316442
Binary1000001110100111111101000101110100110001101011001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83293F; }

 p { color: rgb(131,41,63); }

 H1.HeaderClassName
 {
   color: #83293F;
 }
 .AnyTagClassName
 {
   color: #83293F;
 }
</style>
background-color css

<style>
 a { background-color: #83293F; }

 a { background-color: rgb(131,41,63); }

 div.DivClassName
 {
   background-color: #83293F;
 }
 .BgClassName
 {
   background-color: #83293F;
 }
</style>
border-color css

<style>
 span { border-color: #83293F; }

 span { border-color: rgb(131,41,63); }

 td.TdClassName
 {
   border-color: #83293F;
 }
 .TagClassName
 {
   border-color: #83293F;
 }
</style>