#822546

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

Shades of Disco #822546

Tints of Disco #822546

Color information

#822546 (or 0x822546) is unknown color: approx Disco. HEX triplet: 82, 25 and 46. RGB value is (130,37,70). Sum of RGB (Red+Green+Blue) = 130+37+70=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822546 is #7DDAB9. Grayscale: #444444. Windows color (decimal): -8247994 or 4597122. OLE color: 4597122.

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

Color convert

RGB1303770-
CMYK00.720.460.49
HSL338.71º55.69%32.75%-
HSV(B)338.71º71.54%50.98%-
XYZ10.976.516.47-
YUV68.57128.81171.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=54.85%
G=15.61%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130377000.720.460.49338.7155.6932.75
Hex8225460482E311533821
Octal20245106011056615237041
Binary10000010100101100011001001000101110110001101010011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822546; }

 p { color: rgb(130,37,70); }

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

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

 a { background-color: rgb(130,37,70); }

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

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

 span { border-color: rgb(130,37,70); }

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