#822348

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

Shades of Disco #822348

Tints of Disco #822348

Color information

#822348 (or 0x822348) is unknown color: approx Disco. HEX triplet: 82, 23 and 48. RGB value is (130,35,72). Sum of RGB (Red+Green+Blue) = 130+35+72=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822348 is #7DDCB7. Grayscale: #434343. Windows color (decimal): -8248504 or 4727682. OLE color: 4727682.

HSL color Cylindrical-coordinate representation of color #822348: hue angle of 336.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822348 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1303572-
CMYK00.730.450.49
HSL336.63º57.58%32.35%-
HSV(B)336.63º73.08%50.98%-
XYZ10.986.426.79-
YUV67.62130.47172.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=54.85%
G=14.77%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130357200.730.450.49336.6357.5832.35
Hex8223480492D311513a20
Octal20243110011155615217240
Binary10000010100011100100001001001101101110001101010001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822348; }

 p { color: rgb(130,35,72); }

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

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

 a { background-color: rgb(130,35,72); }

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

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

 span { border-color: rgb(130,35,72); }

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