Html Css Color HEX #841F49 Disco

📋 copy color: '#841F49'

red 132 ◦ green 31 ◦ blue 73

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

Shades of Disco #841F49

Tints of Disco #841F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 55.93%
G = 13.14%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#841F49 (or 0x841F49) is known color: Disco. HEX triplet: 84, 1F and 49. RGB value is (132,31,73). Sum of RGB (Red+Green+Blue) = 132+31+73=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #841F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F49 is #7BE0B6. Grayscale: #414141. Windows color (decimal): -8118455 or 4792196. OLE color: 4792196.

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

Color convert

RGB 132 31 73 -
CMYK 0 0.77 0.45 0.48
HSL 335.05º 0.62% 0.32% -
HSV(B) 335.05º 0.77% 0.52% -
XYZ 11.21 6.37 6.94 -
YUV 65.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 132 31 73 0 0.77 0.45 0.48 335.05 0.62 0.32
Hex 84 1F 49 0 4D 2D 30 14F 3E 20
Octal 204 37 111 0 115 55 60 517 76 40
Binary 10000100 11111 1001001 0 1001101 101101 110000 101001111 111110 100000

Color Harmonies of #841F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F49

Black with #841F49

Text Example


Text Example

White with #841F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F49; }

 p { color: rgb(132,31,73); }

 H1.HeaderClassName
 {
   color: #841F49;
 }
 .AnyTagClassName
 {
   color: #841F49;
 }
</style>

background-color css

<style>
 a { background-color: #841F49; }

 a { background-color: rgb(132,31,73); }

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

border-color css

<style>
 span { border-color: #841F49; }

 span { border-color: rgb(132,31,73); }

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