Html Css Color HEX #842C49 Disco

📋 copy color: '#842C49'

red 132 ◦ green 44 ◦ blue 73

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

Shades of Disco #842C49

Tints of Disco #842C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 53.01%
G = 17.67%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#842C49 (or 0x842C49) is known color: Disco. HEX triplet: 84, 2C and 49. RGB value is (132,44,73). Sum of RGB (Red+Green+Blue) = 132+44+73=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #842C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C49 is #7BD3B6. Grayscale: #494949. Windows color (decimal): -8115127 or 4795524. OLE color: 4795524.

HSL color Cylindrical-coordinate representation of color #842C49: hue angle of 340.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C49 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 44 73 -
CMYK 0 0.67 0.45 0.48
HSL 340.23º 0.5% 0.35% -
HSV(B) 340.23º 0.67% 0.52% -
XYZ 11.62 7.19 7.08 -
YUV 73.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 132 44 73 0 0.67 0.45 0.48 340.23 0.5 0.35
Hex 84 2C 49 0 43 2D 30 154 32 23
Octal 204 54 111 0 103 55 60 524 62 43
Binary 10000100 101100 1001001 0 1000011 101101 110000 101010100 110010 100011

Color Harmonies of #842C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C49

Black with #842C49

Text Example


Text Example

White with #842C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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