#82293E

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

Shades of Paprika #82293E

Tints of Paprika #82293E

Color information

#82293E (or 0x82293E) is unknown color: approx Paprika. HEX triplet: 82, 29 and 3E. RGB value is (130,41,62). Sum of RGB (Red+Green+Blue) = 130+41+62=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #82293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293E is #7DD6C1. Grayscale: #464646. Windows color (decimal): -8246978 or 4073858. OLE color: 4073858.

HSL color Cylindrical-coordinate representation of color #82293E: hue angle of 345.84º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82293E is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1304162-
CMYK00.680.520.49
HSL345.84º52.05%33.53%-
HSV(B)345.84º68.46%50.98%-
XYZ10.876.685.27-
YUV70123.49170.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=55.79%
G=17.60%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130416200.680.520.49345.8452.0533.53
Hex82293E044343115a3422
Octal2025176010464615326442
Binary1000001010100111111001000100110100110001101011010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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