#84274E

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

Shades of Disco #84274E

Tints of Disco #84274E

Color information

#84274E (or 0x84274E) is unknown color: approx Disco. HEX triplet: 84, 27 and 4E. RGB value is (132,39,78). Sum of RGB (Red+Green+Blue) = 132+39+78=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84274E is #7BD8B1. Grayscale: #474747. Windows color (decimal): -8116402 or 5121924. OLE color: 5121924.

HSL color Cylindrical-coordinate representation of color #84274E: hue angle of 334.84º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84274E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1323978-
CMYK00.700.410.48
HSL334.84º54.39%33.53%-
HSV(B)334.84º70.45%51.76%-
XYZ11.626.917.93-
YUV71.25131.81171.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=53.01%
G=15.66%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132397800.700.410.48334.8454.3933.53
Hex84274E046293014f3622
Octal20447116010651605176642
Binary10000100100111100111001000110101001110000101001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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