#822C4B

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

Shades of Disco #822C4B

Tints of Disco #822C4B

Color information

#822C4B (or 0x822C4B) is unknown color: approx Disco. HEX triplet: 82, 2C and 4B. RGB value is (130,44,75). Sum of RGB (Red+Green+Blue) = 130+44+75=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C4B is #7DD3B4. Grayscale: #494949. Windows color (decimal): -8246197 or 4926594. OLE color: 4926594.

HSL color Cylindrical-coordinate representation of color #822C4B: hue angle of 338.37º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C4B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1304475-
CMYK00.660.420.49
HSL338.37º49.43%34.12%-
HSV(B)338.37º66.15%50.98%-
XYZ11.387.067.42-
YUV73.25128.99168.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=52.21%
G=17.67%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130447500.660.420.49338.3749.4334.12
Hex822C4B0422A311523122
Octal20254113010252615226142
Binary10000010101100100101101000010101010110001101010010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,44,75); }

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

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

 a { background-color: rgb(130,44,75); }

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

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

 span { border-color: rgb(130,44,75); }

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