Html Css Color HEX #842447 Disco

📋 copy color: '#842447'

red 132 ◦ green 36 ◦ blue 71

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

Shades of Disco #842447

Tints of Disco #842447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 55.23%
G = 15.06%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#842447 (or 0x842447) is known color: Disco. HEX triplet: 84, 24 and 47. RGB value is (132,36,71). Sum of RGB (Red+Green+Blue) = 132+36+71=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #842447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842447 is #7BDBB8. Grayscale: #444444. Windows color (decimal): -8117177 or 4662404. OLE color: 4662404.

HSL color Cylindrical-coordinate representation of color #842447: hue angle of 338.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842447 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 71 -
CMYK 0 0.73 0.46 0.48
HSL 338.13º 0.57% 0.33% -
HSV(B) 338.13º 0.73% 0.52% -
XYZ 11.28 6.62 6.64 -
YUV 68.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 132 36 71 0 0.73 0.46 0.48 338.13 0.57 0.33
Hex 84 24 47 0 49 2E 30 152 39 21
Octal 204 44 107 0 111 56 60 522 71 41
Binary 10000100 100100 1000111 0 1001001 101110 110000 101010010 111001 100001

Color Harmonies of #842447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842447

Black with #842447

Text Example


Text Example

White with #842447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842447; }

 p { color: rgb(132,36,71); }

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

background-color css

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

 a { background-color: rgb(132,36,71); }

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

border-color css

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

 span { border-color: rgb(132,36,71); }

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