#82283C

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

Shades of Paprika #82283C

Tints of Paprika #82283C

Color information

#82283C (or 0x82283C) is unknown color: approx Paprika. HEX triplet: 82, 28 and 3C. RGB value is (130,40,60). Sum of RGB (Red+Green+Blue) = 130+40+60=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #82283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82283C is #7DD7C3. Grayscale: #454545. Windows color (decimal): -8247236 or 3942530. OLE color: 3942530.

HSL color Cylindrical-coordinate representation of color #82283C: hue angle of 346.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82283C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1304060-
CMYK00.690.540.49
HSL346.67º52.94%33.33%-
HSV(B)346.67º69.23%50.98%-
XYZ10.786.594.98-
YUV69.19122.82171.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=56.52%
G=17.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130406000.690.540.49346.6752.9433.33
Hex82283C045363115b3521
Octal2025074010566615336541
Binary1000001010100011110001000101110110110001101011011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82283C; }

 p { color: rgb(130,40,60); }

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

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

 a { background-color: rgb(130,40,60); }

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

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

 span { border-color: rgb(130,40,60); }

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