Html Css Color HEX #841949 Disco

📋 copy color: '#841949'

red 132 ◦ green 25 ◦ blue 73

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

Shades of Disco #841949

Tints of Disco #841949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 57.39%
G = 10.87%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#841949 (or 0x841949) is known color: Disco. HEX triplet: 84, 19 and 49. RGB value is (132,25,73). Sum of RGB (Red+Green+Blue) = 132+25+73=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #841949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841949 is #7BE6B6. Grayscale: #3E3E3E. Windows color (decimal): -8119991 or 4790660. OLE color: 4790660.

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

Color convert

RGB 132 25 73 -
CMYK 0 0.81 0.45 0.48
HSL 333.08º 0.68% 0.31% -
HSV(B) 333.08º 0.81% 0.52% -
XYZ 11.07 6.08 6.89 -
YUV 62.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 132 25 73 0 0.81 0.45 0.48 333.08 0.68 0.31
Hex 84 19 49 0 51 2D 30 14D 44 1F
Octal 204 31 111 0 121 55 60 515 104 37
Binary 10000100 11001 1001001 0 1010001 101101 110000 101001101 1000100 11111

Color Harmonies of #841949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841949

Black with #841949

Text Example


Text Example

White with #841949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841949; }

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

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

background-color css

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

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

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

border-color css

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

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

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