#84164A

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

Shades of Disco #84164A

Tints of Disco #84164A

Color information

#84164A (or 0x84164A) is unknown color: approx Disco. HEX triplet: 84, 16 and 4A. RGB value is (132,22,74). Sum of RGB (Red+Green+Blue) = 132+22+74=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84164A is #7BE9B5. Grayscale: #3C3C3C. Windows color (decimal): -8120758 or 4855428. OLE color: 4855428.

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

Color convert

RGB1322274-
CMYK00.830.440.48
HSL331.64º71.43%30.2%-
HSV(B)331.64º83.33%51.76%-
XYZ11.045.977.05-
YUV60.82135.44178.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=57.89%
G=9.65%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132227400.830.440.48331.6471.4330.2
Hex84164A0532C3014c471e
Octal204261120123546051410736
Binary1000010010110100101001010011101100110000101001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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