#82303C

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

Shades of Paprika #82303C

Tints of Paprika #82303C

Color information

#82303C (or 0x82303C) is unknown color: approx Paprika. HEX triplet: 82, 30 and 3C. RGB value is (130,48,60). Sum of RGB (Red+Green+Blue) = 130+48+60=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303C is #7DCFC3. Grayscale: #494949. Windows color (decimal): -8245188 or 3944578. OLE color: 3944578.

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

Color convert

RGB1304860-
CMYK00.630.540.49
HSL351.22º46.07%34.9%-
HSV(B)351.22º63.08%50.98%-
XYZ11.087.195.08-
YUV73.89120.17168.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=54.62%
G=20.17%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130486000.630.540.49351.2246.0734.9
Hex82303C03F363115f2e23
Octal202607407766615375643
Binary100000101100001111000111111110110110001101011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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