#82343C

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

Shades of Paprika #82343C

Tints of Paprika #82343C

Color information

#82343C (or 0x82343C) is unknown color: approx Paprika. HEX triplet: 82, 34 and 3C. RGB value is (130,52,60). Sum of RGB (Red+Green+Blue) = 130+52+60=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82343C is #7DCBC3. Grayscale: #4C4C4C. Windows color (decimal): -8244164 or 3945602. OLE color: 3945602.

HSL color Cylindrical-coordinate representation of color #82343C: hue angle of 353.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82343C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1305260-
CMYK00.600.540.49
HSL353.85º42.86%35.69%-
HSV(B)353.85º60%50.98%-
XYZ11.257.535.14-
YUV76.23118.84166.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=53.72%
G=21.49%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130526000.600.540.49353.8542.8635.69
Hex82343C03C36311622b24
Octal202647407466615425344
Binary100000101101001111000111100110110110001101100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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