#822349

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

Shades of Disco #822349

Tints of Disco #822349

Color information

#822349 (or 0x822349) is unknown color: approx Disco. HEX triplet: 82, 23 and 49. RGB value is (130,35,73). Sum of RGB (Red+Green+Blue) = 130+35+73=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #822349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822349 is #7DDCB6. Grayscale: #434343. Windows color (decimal): -8248503 or 4793218. OLE color: 4793218.

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

Color convert

RGB1303573-
CMYK00.730.440.49
HSL336º57.58%32.35%-
HSV(B)336º73.08%50.98%-
XYZ11.016.436.96-
YUV67.74130.97172.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=54.62%
G=14.71%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130357300.730.440.4933657.5832.35
Hex8223490492C311503a20
Octal20243111011154615207240
Binary10000010100011100100101001001101100110001101010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822349; }

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

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

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

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

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

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

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

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