#823340

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

Shades of Paprika #823340

Tints of Paprika #823340

Color information

#823340 (or 0x823340) is unknown color: approx Paprika. HEX triplet: 82, 33 and 40. RGB value is (130,51,64). Sum of RGB (Red+Green+Blue) = 130+51+64=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #823340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823340 is #7DCCBF. Grayscale: #4C4C4C. Windows color (decimal): -8244416 or 4207490. OLE color: 4207490.

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

Color convert

RGB1305164-
CMYK00.610.510.49
HSL350.13º43.65%35.49%-
HSV(B)350.13º60.77%50.98%-
XYZ11.327.485.7-
YUV76.1121.17166.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=53.06%
G=20.82%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130516400.610.510.49350.1343.6535.49
Hex82334003D333115e2c23
Octal2026310007563615365443
Binary1000001011001110000000111101110011110001101011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823340; }

 p { color: rgb(130,51,64); }

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

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

 a { background-color: rgb(130,51,64); }

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

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

 span { border-color: rgb(130,51,64); }

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