Html Css Color HEX #84304C Disco

📋 copy color: '#84304C'

red 132 ◦ green 48 ◦ blue 76

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

Shades of Disco #84304C

Tints of Disco #84304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 51.56%
G = 18.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84304C (or 0x84304C) is known color: Disco. HEX triplet: 84, 30 and 4C. RGB value is (132,48,76). Sum of RGB (Red+Green+Blue) = 132+48+76=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84304C is #7BCFB3. Grayscale: #4C4C4C. Windows color (decimal): -8114100 or 4993156. OLE color: 4993156.

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

Color convert

RGB 132 48 76 -
CMYK 0 0.64 0.42 0.48
HSL 340º 0.47% 0.35% -
HSV(B) 340º 0.64% 0.52% -
XYZ 11.88 7.54 7.67 -
YUV 76.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 132 48 76 0 0.64 0.42 0.48 340 0.47 0.35
Hex 84 30 4C 0 40 2A 30 154 2F 23
Octal 204 60 114 0 100 52 60 524 57 43
Binary 10000100 110000 1001100 0 1000000 101010 110000 101010100 101111 100011

Color Harmonies of #84304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84304C

Black with #84304C

Text Example


Text Example

White with #84304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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