#82334F

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

Shades of Disco #82334F

Tints of Disco #82334F

Color information

#82334F (or 0x82334F) is unknown color: approx Disco. HEX triplet: 82, 33 and 4F. RGB value is (130,51,79). Sum of RGB (Red+Green+Blue) = 130+51+79=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82334F is #7DCCB0. Grayscale: #4D4D4D. Windows color (decimal): -8244401 or 5190530. OLE color: 5190530.

HSL color Cylindrical-coordinate representation of color #82334F: hue angle of 338.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82334F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1305179-
CMYK00.610.390.49
HSL338.73º43.65%35.49%-
HSV(B)338.73º60.77%50.98%-
XYZ11.87.688.26-
YUV77.81128.67165.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=50%
G=19.62%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130517900.610.390.49338.7343.6535.49
Hex82334F03D27311532c23
Octal2026311707547615235443
Binary1000001011001110011110111101100111110001101010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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