Html Css Color HEX #842047 Disco

📋 copy color: '#842047'

red 132 ◦ green 32 ◦ blue 71

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

Shades of Disco #842047

Tints of Disco #842047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 56.17%
G = 13.62%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#842047 (or 0x842047) is known color: Disco. HEX triplet: 84, 20 and 47. RGB value is (132,32,71). Sum of RGB (Red+Green+Blue) = 132+32+71=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #842047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842047 is #7BDFB8. Grayscale: #424242. Windows color (decimal): -8118201 or 4661380. OLE color: 4661380.

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

Color convert

RGB 132 32 71 -
CMYK 0 0.76 0.46 0.48
HSL 336.6º 0.61% 0.32% -
HSV(B) 336.6º 0.76% 0.52% -
XYZ 11.17 6.39 6.61 -
YUV 66.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 132 32 71 0 0.76 0.46 0.48 336.6 0.61 0.32
Hex 84 20 47 0 4C 2E 30 151 3D 20
Octal 204 40 107 0 114 56 60 521 75 40
Binary 10000100 100000 1000111 0 1001100 101110 110000 101010001 111101 100000

Color Harmonies of #842047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842047

Black with #842047

Text Example


Text Example

White with #842047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842047; }

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

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

background-color css

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

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

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

border-color css

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

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

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