#82343E

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

Shades of Paprika #82343E

Tints of Paprika #82343E

Color information

#82343E (or 0x82343E) is unknown color: approx Paprika. HEX triplet: 82, 34 and 3E. RGB value is (130,52,62). Sum of RGB (Red+Green+Blue) = 130+52+62=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82343E is #7DCBC1. Grayscale: #4C4C4C. Windows color (decimal): -8244162 or 4076674. OLE color: 4076674.

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

Color convert

RGB1305262-
CMYK00.600.520.49
HSL352.31º42.86%35.69%-
HSV(B)352.31º60%50.98%-
XYZ11.37.555.42-
YUV76.46119.84166.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=53.28%
G=21.31%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130526200.600.520.49352.3142.8635.69
Hex82343E03C34311602b24
Octal202647607464615405344
Binary100000101101001111100111100110100110001101100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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