#822847

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

Shades of Disco #822847

Tints of Disco #822847

Color information

#822847 (or 0x822847) is unknown color: approx Disco. HEX triplet: 82, 28 and 47. RGB value is (130,40,71). Sum of RGB (Red+Green+Blue) = 130+40+71=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #822847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822847 is #7DD7B8. Grayscale: #464646. Windows color (decimal): -8247225 or 4663426. OLE color: 4663426.

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

Color convert

RGB1304071-
CMYK00.690.450.49
HSL339.33º52.94%33.33%-
HSV(B)339.33º69.23%50.98%-
XYZ11.16.726.67-
YUV70.44128.32170.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=53.94%
G=16.60%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130407100.690.450.49339.3352.9433.33
Hex8228470452D311533521
Octal20250107010555615236541
Binary10000010101000100011101000101101101110001101010011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822847; }

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

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

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

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

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

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

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

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