#84134A

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

Shades of Disco #84134A

Tints of Disco #84134A

Color information

#84134A (or 0x84134A) is unknown color: approx Disco. HEX triplet: 84, 13 and 4A. RGB value is (132,19,74). Sum of RGB (Red+Green+Blue) = 132+19+74=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84134A is #7BECB5. Grayscale: #3A3A3A. Windows color (decimal): -8121526 or 4854660. OLE color: 4854660.

HSL color Cylindrical-coordinate representation of color #84134A: hue angle of 330.8º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84134A is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1321974-
CMYK00.860.440.48
HSL330.8º74.83%29.61%-
HSV(B)330.8º85.61%51.76%-
XYZ10.985.877.03-
YUV59.06136.44180.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=58.67%
G=8.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132197400.860.440.48330.874.8329.61
Hex84134A0562C3014b4b1e
Octal204231120126546051311336
Binary1000010010011100101001010110101100110000101001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,19,74); }

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

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

 a { background-color: rgb(132,19,74); }

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

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

 span { border-color: rgb(132,19,74); }

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