Html Css Color HEX #84294F Disco

📋 copy color: '#84294F'

red 132 ◦ green 41 ◦ blue 79

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

Shades of Disco #84294F

Tints of Disco #84294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 52.38%
G = 16.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84294F (or 0x84294F) is known color: Disco. HEX triplet: 84, 29 and 4F. RGB value is (132,41,79). Sum of RGB (Red+Green+Blue) = 132+41+79=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84294F is #7BD6B0. Grayscale: #484848. Windows color (decimal): -8115889 or 5187972. OLE color: 5187972.

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

Color convert

RGB 132 41 79 -
CMYK 0 0.69 0.40 0.48
HSL 334.95º 0.53% 0.34% -
HSV(B) 334.95º 0.69% 0.52% -
XYZ 11.72 7.06 8.14 -
YUV 72.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 132 41 79 0 0.69 0.40 0.48 334.95 0.53 0.34
Hex 84 29 4F 0 45 28 30 14F 35 22
Octal 204 51 117 0 105 50 60 517 65 42
Binary 10000100 101001 1001111 0 1000101 101000 110000 101001111 110101 100010

Color Harmonies of #84294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84294F

Black with #84294F

Text Example


Text Example

White with #84294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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