Html Css Color HEX #84294C Disco

📋 copy color: '#84294C'

red 132 ◦ green 41 ◦ blue 76

#84294C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #84294C

Tints of Disco #84294C

RGB

 RED value IS 132 (51.95% from 255) = 53.01%

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 53.01%
G = 16.47%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84294C (or 0x84294C) is known color: Disco. HEX triplet: 84, 29 and 4C. RGB value is (132,41,76). Sum of RGB (Red+Green+Blue) = 132+41+76=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84294C is #7BD6B3. Grayscale: #484848. Windows color (decimal): -8115892 or 4991364. OLE color: 4991364.

HSL color Cylindrical-coordinate representation of color #84294C: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84294C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 76 -
CMYK 0 0.69 0.42 0.48
HSL 336.92º 0.53% 0.34% -
HSV(B) 336.92º 0.69% 0.52% -
XYZ 11.61 7.01 7.58 -
YUV 72.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 132 41 76 0 0.69 0.42 0.48 336.92 0.53 0.34
Hex 84 29 4C 0 45 2A 30 151 35 22
Octal 204 51 114 0 105 52 60 521 65 42
Binary 10000100 101001 1001100 0 1000101 101010 110000 101010001 110101 100010

Color Harmonies of #84294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84294C

Black with #84294C

Text Example


Text Example

White with #84294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84294C;
 }
 .AnyTagClassName
 {
   color: #84294C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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