#82274F

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

Shades of Disco #82274F

Tints of Disco #82274F

Color information

#82274F (or 0x82274F) is unknown color: approx Disco. HEX triplet: 82, 27 and 4F. RGB value is (130,39,79). Sum of RGB (Red+Green+Blue) = 130+39+79=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82274F is #7DD8B0. Grayscale: #464646. Windows color (decimal): -8247473 or 5187458. OLE color: 5187458.

HSL color Cylindrical-coordinate representation of color #82274F: hue angle of 333.63º 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 #82274F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1303979-
CMYK00.700.390.49
HSL333.63º53.85%33.14%-
HSV(B)333.63º70%50.98%-
XYZ11.346.768.1-
YUV70.77132.65170.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=52.42%
G=15.73%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130397900.700.390.49333.6353.8533.14
Hex82274F046273114e3621
Octal20247117010647615166641
Binary10000010100111100111101000110100111110001101001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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