#82323E

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

Shades of Paprika #82323E

Tints of Paprika #82323E

Color information

#82323E (or 0x82323E) is unknown color: approx Paprika. HEX triplet: 82, 32 and 3E. RGB value is (130,50,62). Sum of RGB (Red+Green+Blue) = 130+50+62=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82323E is #7DCDC1. Grayscale: #4B4B4B. Windows color (decimal): -8244674 or 4076162. OLE color: 4076162.

HSL color Cylindrical-coordinate representation of color #82323E: hue angle of 351º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82323E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1305062-
CMYK00.620.520.49
HSL351º44.44%35.29%-
HSV(B)351º61.54%50.98%-
XYZ11.227.375.39-
YUV75.29120.5167.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=53.72%
G=20.66%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130506200.620.520.4935144.4435.29
Hex82323E03E343115f2c23
Octal202627607664615375443
Binary100000101100101111100111110110100110001101011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82323E; }

 p { color: rgb(130,50,62); }

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

<style>
 a { background-color: #82323E; }

 a { background-color: rgb(130,50,62); }

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

<style>
 span { border-color: #82323E; }

 span { border-color: rgb(130,50,62); }

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