#82224B

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

Shades of Disco #82224B

Tints of Disco #82224B

Color information

#82224B (or 0x82224B) is unknown color: approx Disco. HEX triplet: 82, 22 and 4B. RGB value is (130,34,75). Sum of RGB (Red+Green+Blue) = 130+34+75=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82224B is #7DDDB4. Grayscale: #434343. Windows color (decimal): -8248757 or 4924034. OLE color: 4924034.

HSL color Cylindrical-coordinate representation of color #82224B: hue angle of 334.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82224B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1303475-
CMYK00.740.420.49
HSL334.38º58.54%32.16%-
HSV(B)334.38º73.85%50.98%-
XYZ11.056.47.31-
YUV67.38132.3172.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=54.39%
G=14.23%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130347500.740.420.49334.3858.5432.16
Hex82224B04A2A3114e3b20
Octal20242113011252615167340
Binary10000010100010100101101001010101010110001101001110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82224B; }

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

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

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

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

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

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

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

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