#82313E

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

Shades of Paprika #82313E

Tints of Paprika #82313E

Color information

#82313E (or 0x82313E) is unknown color: approx Paprika. HEX triplet: 82, 31 and 3E. RGB value is (130,49,62). Sum of RGB (Red+Green+Blue) = 130+49+62=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82313E is #7DCEC1. Grayscale: #4A4A4A. Windows color (decimal): -8244930 or 4075906. OLE color: 4075906.

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

Color convert

RGB1304962-
CMYK00.620.520.49
HSL350.37º45.25%35.1%-
HSV(B)350.37º62.31%50.98%-
XYZ11.177.295.38-
YUV74.7120.84167.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=53.94%
G=20.33%
B=25.73%

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
Decimal130496200.620.520.49350.3745.2535.1
Hex82313E03E343115e2d23
Octal202617607664615365543
Binary100000101100011111100111110110100110001101011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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