#84314C

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

Shades of Disco #84314C

Tints of Disco #84314C

Color information

#84314C (or 0x84314C) is unknown color: approx Disco. HEX triplet: 84, 31 and 4C. RGB value is (132,49,76). Sum of RGB (Red+Green+Blue) = 132+49+76=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84314C is #7BCEB3. Grayscale: #4C4C4C. Windows color (decimal): -8113844 or 4993412. OLE color: 4993412.

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

Color convert

RGB1324976-
CMYK00.630.420.48
HSL340.48º45.86%35.49%-
HSV(B)340.48º62.88%51.76%-
XYZ11.927.627.68-
YUV76.9127.5167.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=51.36%
G=19.07%
B=29.57%

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
Decimal132497600.630.420.48340.4845.8635.49
Hex84314C03F2A301542e23
Octal2046111407752605245643
Binary1000010011000110011000111111101010110000101010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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