#822E46

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

Shades of Disco #822E46

Tints of Disco #822E46

Color information

#822E46 (or 0x822E46) is unknown color: approx Disco. HEX triplet: 82, 2E and 46. RGB value is (130,46,70). Sum of RGB (Red+Green+Blue) = 130+46+70=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #822E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E46 is #7DD1B9. Grayscale: #494949. Windows color (decimal): -8245690 or 4599426. OLE color: 4599426.

HSL color Cylindrical-coordinate representation of color #822E46: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E46 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1304670-
CMYK00.650.460.49
HSL342.86º47.73%34.51%-
HSV(B)342.86º64.62%50.98%-
XYZ11.297.146.58-
YUV73.85125.83168.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=52.85%
G=18.70%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130467000.650.460.49342.8647.7334.51
Hex822E460412E311573023
Octal20256106010156615276043
Binary10000010101110100011001000001101110110001101010111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E46; }

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

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

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

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

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

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

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

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