#823138

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

Shades of Paprika #823138

Tints of Paprika #823138

Color information

#823138 (or 0x823138) is unknown color: approx Paprika. HEX triplet: 82, 31 and 38. RGB value is (130,49,56). Sum of RGB (Red+Green+Blue) = 130+49+56=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823138 is #7DCEC7. Grayscale: #4A4A4A. Windows color (decimal): -8244936 or 3682690. OLE color: 3682690.

HSL color Cylindrical-coordinate representation of color #823138: hue angle of 354.81º 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 #823138 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1304956-
CMYK00.620.570.49
HSL354.81º45.25%35.1%-
HSV(B)354.81º62.31%50.98%-
XYZ11.027.234.56-
YUV74.02117.84167.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=55.32%
G=20.85%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130495600.620.570.49354.8145.2535.1
Hex82313803E39311632d23
Octal202617007671615435543
Binary100000101100011110000111110111001110001101100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823138; }

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

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

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

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

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

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

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

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