#83293C

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

Shades of Paprika #83293C

Tints of Paprika #83293C

Color information

#83293C (or 0x83293C) is unknown color: approx Paprika. HEX triplet: 83, 29 and 3C. RGB value is (131,41,60). Sum of RGB (Red+Green+Blue) = 131+41+60=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83293C is #7CD6C3. Grayscale: #464646. Windows color (decimal): -8181444 or 3942787. OLE color: 3942787.

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

Color convert

RGB1314160-
CMYK00.690.540.49
HSL347.33º52.33%33.73%-
HSV(B)347.33º68.7%51.37%-
XYZ10.976.745-
YUV70.08122.32171.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=56.47%
G=17.67%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131416000.690.540.49347.3352.3333.73
Hex83293C045363115b3422
Octal2035174010566615336442
Binary1000001110100111110001000101110110110001101011011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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