#82254B

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

Shades of Disco #82254B

Tints of Disco #82254B

Color information

#82254B (or 0x82254B) is unknown color: approx Disco. HEX triplet: 82, 25 and 4B. RGB value is (130,37,75). Sum of RGB (Red+Green+Blue) = 130+37+75=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82254B is #7DDAB4. Grayscale: #454545. Windows color (decimal): -8247989 or 4924802. OLE color: 4924802.

HSL color Cylindrical-coordinate representation of color #82254B: hue angle of 335.48º 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 #82254B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1303775-
CMYK00.720.420.49
HSL335.48º55.69%32.75%-
HSV(B)335.48º71.54%50.98%-
XYZ11.146.587.34-
YUV69.14131.31171.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=53.72%
G=15.29%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130377500.720.420.49335.4855.6932.75
Hex82254B0482A3114f3821
Octal20245113011052615177041
Binary10000010100101100101101001000101010110001101001111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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