#84314E

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

Shades of Disco #84314E

Tints of Disco #84314E

Color information

#84314E (or 0x84314E) is unknown color: approx Disco. HEX triplet: 84, 31 and 4E. RGB value is (132,49,78). Sum of RGB (Red+Green+Blue) = 132+49+78=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84314E is #7BCEB1. Grayscale: #4D4D4D. Windows color (decimal): -8113842 or 5124484. OLE color: 5124484.

HSL color Cylindrical-coordinate representation of color #84314E: hue angle of 339.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84314E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1324978-
CMYK00.630.410.48
HSL339.04º45.86%35.49%-
HSV(B)339.04º62.88%51.76%-
XYZ11.997.658.05-
YUV77.12128.5167.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=50.97%
G=18.92%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132497800.630.410.48339.0445.8635.49
Hex84314E03F29301532e23
Octal2046111607751605235643
Binary1000010011000110011100111111101001110000101010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84314E; }

 p { color: rgb(132,49,78); }

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

<style>
 a { background-color: #84314E; }

 a { background-color: rgb(132,49,78); }

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

<style>
 span { border-color: #84314E; }

 span { border-color: rgb(132,49,78); }

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