#822347

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

Shades of Disco #822347

Tints of Disco #822347

Color information

#822347 (or 0x822347) is unknown color: approx Disco. HEX triplet: 82, 23 and 47. RGB value is (130,35,71). Sum of RGB (Red+Green+Blue) = 130+35+71=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #822347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822347 is #7DDCB8. Grayscale: #434343. Windows color (decimal): -8248505 or 4662146. OLE color: 4662146.

HSL color Cylindrical-coordinate representation of color #822347: hue angle of 337.26º 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 #822347 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1303571-
CMYK00.730.450.49
HSL337.26º57.58%32.35%-
HSV(B)337.26º73.08%50.98%-
XYZ10.946.46.62-
YUV67.51129.97172.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=55.08%
G=14.83%
B=30.08%

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
Decimal130357100.730.450.49337.2657.5832.35
Hex8223470492D311513a20
Octal20243107011155615217240
Binary10000010100011100011101001001101101110001101010001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822347; }

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

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

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

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

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

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

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

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