#82293C

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

Shades of Paprika #82293C

Tints of Paprika #82293C

Color information

#82293C (or 0x82293C) is unknown color: approx Paprika. HEX triplet: 82, 29 and 3C. RGB value is (130,41,60). Sum of RGB (Red+Green+Blue) = 130+41+60=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293C is #7DD6C3. Grayscale: #454545. Windows color (decimal): -8246980 or 3942786. OLE color: 3942786.

HSL color Cylindrical-coordinate representation of color #82293C: hue angle of 347.19º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82293C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1304160-
CMYK00.680.540.49
HSL347.19º52.05%33.53%-
HSV(B)347.19º68.46%50.98%-
XYZ10.816.664.99-
YUV69.78122.49170.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=56.28%
G=17.75%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130416000.680.540.49347.1952.0533.53
Hex82293C044363115b3422
Octal2025174010466615336442
Binary1000001010100111110001000100110110110001101011011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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