#82303A

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

Shades of Paprika #82303A

Tints of Paprika #82303A

Color information

#82303A (or 0x82303A) is unknown color: approx Paprika. HEX triplet: 82, 30 and 3A. RGB value is (130,48,58). Sum of RGB (Red+Green+Blue) = 130+48+58=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #82303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303A is #7DCFC5. Grayscale: #494949. Windows color (decimal): -8245190 or 3813506. OLE color: 3813506.

HSL color Cylindrical-coordinate representation of color #82303A: hue angle of 352.68º 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 #82303A is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1304858-
CMYK00.630.550.49
HSL352.68º46.07%34.9%-
HSV(B)352.68º63.08%50.98%-
XYZ11.037.174.8-
YUV73.66119.17168.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=55.08%
G=20.34%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130485800.630.550.49352.6846.0734.9
Hex82303A03F37311612e23
Octal202607207767615415643
Binary100000101100001110100111111110111110001101100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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