#82254E

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

Shades of Disco #82254E

Tints of Disco #82254E

Color information

#82254E (or 0x82254E) is unknown color: approx Disco. HEX triplet: 82, 25 and 4E. RGB value is (130,37,78). Sum of RGB (Red+Green+Blue) = 130+37+78=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82254E is #7DDAB1. Grayscale: #454545. Windows color (decimal): -8247986 or 5121410. OLE color: 5121410.

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

Color convert

RGB1303778-
CMYK00.720.400.49
HSL333.55º55.69%32.75%-
HSV(B)333.55º71.54%50.98%-
XYZ11.246.627.89-
YUV69.48132.81171.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=53.06%
G=15.10%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130377800.720.400.49333.5555.6932.75
Hex82254E048283114e3821
Octal20245116011050615167041
Binary10000010100101100111001001000101000110001101001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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