Html Css Color HEX #841449 Disco

📋 copy color: '#841449'

red 132 ◦ green 20 ◦ blue 73

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

Shades of Disco #841449

Tints of Disco #841449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 58.67%
G = 8.89%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#841449 (or 0x841449) is known color: Disco. HEX triplet: 84, 14 and 49. RGB value is (132,20,73). Sum of RGB (Red+Green+Blue) = 132+20+73=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #841449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841449 is #7BEBB6. Grayscale: #3B3B3B. Windows color (decimal): -8121271 or 4789380. OLE color: 4789380.

HSL color Cylindrical-coordinate representation of color #841449: hue angle of 331.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841449 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 73 -
CMYK 0 0.85 0.45 0.48
HSL 331.61º 0.74% 0.3% -
HSV(B) 331.61º 0.85% 0.52% -
XYZ 10.97 5.89 6.86 -
YUV 59.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 132 20 73 0 0.85 0.45 0.48 331.61 0.74 0.3
Hex 84 14 49 0 55 2D 30 14C 4A 1E
Octal 204 24 111 0 125 55 60 514 112 36
Binary 10000100 10100 1001001 0 1010101 101101 110000 101001100 1001010 11110

Color Harmonies of #841449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841449

Black with #841449

Text Example


Text Example

White with #841449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841449; }

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

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

background-color css

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

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

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

border-color css

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

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

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