#84314D

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

Shades of Disco #84314D

Tints of Disco #84314D

Color information

#84314D (or 0x84314D) is unknown color: approx Disco. HEX triplet: 84, 31 and 4D. RGB value is (132,49,77). Sum of RGB (Red+Green+Blue) = 132+49+77=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84314D is #7BCEB2. Grayscale: #4C4C4C. Windows color (decimal): -8113843 or 5058948. OLE color: 5058948.

HSL color Cylindrical-coordinate representation of color #84314D: hue angle of 339.76º 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 #84314D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1324977-
CMYK00.630.420.48
HSL339.76º45.86%35.49%-
HSV(B)339.76º62.88%51.76%-
XYZ11.957.647.87-
YUV77.01128167.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=51.16%
G=18.99%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132497700.630.420.48339.7645.8635.49
Hex84314D03F2A301542e23
Octal2046111507752605245643
Binary1000010011000110011010111111101010110000101010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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