Html Css Color HEX #84294B Disco

📋 copy color: '#84294B'

red 132 ◦ green 41 ◦ blue 75

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

Shades of Disco #84294B

Tints of Disco #84294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 53.23%
G = 16.53%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84294B (or 0x84294B) is known color: Disco. HEX triplet: 84, 29 and 4B. RGB value is (132,41,75). Sum of RGB (Red+Green+Blue) = 132+41+75=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84294B is #7BD6B4. Grayscale: #484848. Windows color (decimal): -8115893 or 4925828. OLE color: 4925828.

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

Color convert

RGB 132 41 75 -
CMYK 0 0.69 0.43 0.48
HSL 337.58º 0.53% 0.34% -
HSV(B) 337.58º 0.69% 0.52% -
XYZ 11.58 7 7.4 -
YUV 72.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 132 41 75 0 0.69 0.43 0.48 337.58 0.53 0.34
Hex 84 29 4B 0 45 2B 30 152 35 22
Octal 204 51 113 0 105 53 60 522 65 42
Binary 10000100 101001 1001011 0 1000101 101011 110000 101010010 110101 100010

Color Harmonies of #84294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84294B

Black with #84294B

Text Example


Text Example

White with #84294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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