#82234A

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

Shades of Disco #82234A

Tints of Disco #82234A

Color information

#82234A (or 0x82234A) is unknown color: approx Disco. HEX triplet: 82, 23 and 4A. RGB value is (130,35,74). Sum of RGB (Red+Green+Blue) = 130+35+74=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82234A is #7DDCB5. Grayscale: #434343. Windows color (decimal): -8248502 or 4858754. OLE color: 4858754.

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

Color convert

RGB1303574-
CMYK00.730.430.49
HSL335.37º57.58%32.35%-
HSV(B)335.37º73.08%50.98%-
XYZ11.046.447.14-
YUV67.85131.47172.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=54.39%
G=14.64%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130357400.730.430.49335.3757.5832.35
Hex82234A0492B3114f3a20
Octal20243112011153615177240
Binary10000010100011100101001001001101011110001101001111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82234A; }

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

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

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

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

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

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

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

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