#833340

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

Shades of Paprika #833340

Tints of Paprika #833340

Color information

#833340 (or 0x833340) is unknown color: approx Paprika. HEX triplet: 83, 33 and 40. RGB value is (131,51,64). Sum of RGB (Red+Green+Blue) = 131+51+64=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #833340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833340 is #7CCCBF. Grayscale: #4C4C4C. Windows color (decimal): -8178880 or 4207491. OLE color: 4207491.

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

Color convert

RGB1315164-
CMYK00.610.510.49
HSL350.25º43.96%35.69%-
HSV(B)350.25º61.07%51.37%-
XYZ11.477.565.71-
YUV76.4121166.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=53.25%
G=20.73%
B=26.02%

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
Decimal131516400.610.510.49350.2543.9635.69
Hex83334003D333115e2c24
Octal2036310007563615365444
Binary1000001111001110000000111101110011110001101011110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833340; }

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

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

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

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

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

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

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

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