Html Css Color HEX #842949 Disco

📋 copy color: '#842949'

red 132 ◦ green 41 ◦ blue 73

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

Shades of Disco #842949

Tints of Disco #842949

RGB

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

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

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

R = 53.66%
G = 16.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#842949 (or 0x842949) is known color: Disco. HEX triplet: 84, 29 and 49. RGB value is (132,41,73). Sum of RGB (Red+Green+Blue) = 132+41+73=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #842949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842949 is #7BD6B6. Grayscale: #474747. Windows color (decimal): -8115895 or 4794756. OLE color: 4794756.

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

Color convert

RGB 132 41 73 -
CMYK 0 0.69 0.45 0.48
HSL 338.9º 0.53% 0.34% -
HSV(B) 338.9º 0.69% 0.52% -
XYZ 11.51 6.97 7.04 -
YUV 71.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 132 41 73 0 0.69 0.45 0.48 338.9 0.53 0.34
Hex 84 29 49 0 45 2D 30 153 35 22
Octal 204 51 111 0 105 55 60 523 65 42
Binary 10000100 101001 1001001 0 1000101 101101 110000 101010011 110101 100010

Color Harmonies of #842949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842949

Black with #842949

Text Example


Text Example

White with #842949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842949; }

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

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

background-color css

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

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

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

border-color css

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

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

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