Html Css Color HEX #84324D Disco

📋 copy color: '#84324D'

red 132 ◦ green 50 ◦ blue 77

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

Shades of Disco #84324D

Tints of Disco #84324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.31%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 50.97%
G = 19.31%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84324D (or 0x84324D) is known color: Disco. HEX triplet: 84, 32 and 4D. RGB value is (132,50,77). Sum of RGB (Red+Green+Blue) = 132+50+77=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84324D is #7BCDB2. Grayscale: #4D4D4D. Windows color (decimal): -8113587 or 5059204. OLE color: 5059204.

HSL color Cylindrical-coordinate representation of color #84324D: hue angle of 340.24º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84324D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 77 -
CMYK 0 0.62 0.42 0.48
HSL 340.24º 0.45% 0.36% -
HSV(B) 340.24º 0.62% 0.52% -
XYZ 12 7.72 7.88 -
YUV 77.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 132 50 77 0 0.62 0.42 0.48 340.24 0.45 0.36
Hex 84 32 4D 0 3E 2A 30 154 2D 24
Octal 204 62 115 0 76 52 60 524 55 44
Binary 10000100 110010 1001101 0 111110 101010 110000 101010100 101101 100100

Color Harmonies of #84324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84324D

Black with #84324D

Text Example


Text Example

White with #84324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84324D;
 }
 .AnyTagClassName
 {
   color: #84324D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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