#84314F

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

Shades of Disco #84314F

Tints of Disco #84314F

Color information

#84314F (or 0x84314F) is unknown color: approx Disco. HEX triplet: 84, 31 and 4F. RGB value is (132,49,79). Sum of RGB (Red+Green+Blue) = 132+49+79=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84314F is #7BCEB0. Grayscale: #4D4D4D. Windows color (decimal): -8113841 or 5190020. OLE color: 5190020.

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

Color convert

RGB1324979-
CMYK00.630.400.48
HSL338.31º45.86%35.49%-
HSV(B)338.31º62.88%51.76%-
XYZ12.037.678.24-
YUV77.24129167.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=50.77%
G=18.85%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132497900.630.400.48338.3145.8635.49
Hex84314F03F28301522e23
Octal2046111707750605225643
Binary1000010011000110011110111111101000110000101010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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