#82274A

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

Shades of Disco #82274A

Tints of Disco #82274A

Color information

#82274A (or 0x82274A) is unknown color: approx Disco. HEX triplet: 82, 27 and 4A. RGB value is (130,39,74). Sum of RGB (Red+Green+Blue) = 130+39+74=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82274A is #7DD8B5. Grayscale: #464646. Windows color (decimal): -8247478 or 4859778. OLE color: 4859778.

HSL color Cylindrical-coordinate representation of color #82274A: hue angle of 336.92º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82274A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1303974-
CMYK00.700.430.49
HSL336.92º53.85%33.14%-
HSV(B)336.92º70%50.98%-
XYZ11.176.697.18-
YUV70.2130.15170.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=53.50%
G=16.05%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130397400.700.430.49336.9253.8533.14
Hex82274A0462B311513621
Octal20247112010653615216641
Binary10000010100111100101001000110101011110001101010001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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