#84144A

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

Shades of Disco #84144A

Tints of Disco #84144A

Color information

#84144A (or 0x84144A) is unknown color: approx Disco. HEX triplet: 84, 14 and 4A. RGB value is (132,20,74). Sum of RGB (Red+Green+Blue) = 132+20+74=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84144A is #7BEBB5. Grayscale: #3B3B3B. Windows color (decimal): -8121270 or 4854916. OLE color: 4854916.

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

Color convert

RGB1322074-
CMYK00.850.440.48
HSL331.07º73.68%29.8%-
HSV(B)331.07º84.85%51.76%-
XYZ115.97.04-
YUV59.64136.11179.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 20 (8.20% from 255) = 8.85%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=58.41%
G=8.85%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132207400.850.440.48331.0773.6829.8
Hex84144A0552C3014b4a1e
Octal204241120125546051311236
Binary1000010010100100101001010101101100110000101001011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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