Html Css Color HEX #842144 Disco

📋 copy color: '#842144'

red 132 ◦ green 33 ◦ blue 68

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

Shades of Disco #842144

Tints of Disco #842144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 56.65%
G = 14.16%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#842144 (or 0x842144) is known color: Disco. HEX triplet: 84, 21 and 44. RGB value is (132,33,68). Sum of RGB (Red+Green+Blue) = 132+33+68=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #842144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842144 is #7BDEBB. Grayscale: #424242. Windows color (decimal): -8117948 or 4465028. OLE color: 4465028.

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

Color convert

RGB 132 33 68 -
CMYK 0 0.75 0.48 0.48
HSL 338.79º 0.6% 0.32% -
HSV(B) 338.79º 0.75% 0.52% -
XYZ 11.1 6.41 6.12 -
YUV 66.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 132 33 68 0 0.75 0.48 0.48 338.79 0.6 0.32
Hex 84 21 44 0 4B 30 30 153 3C 20
Octal 204 41 104 0 113 60 60 523 74 40
Binary 10000100 100001 1000100 0 1001011 110000 110000 101010011 111100 100000

Color Harmonies of #842144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842144

Black with #842144

Text Example


Text Example

White with #842144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842144; }

 p { color: rgb(132,33,68); }

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

background-color css

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

 a { background-color: rgb(132,33,68); }

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

border-color css

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

 span { border-color: rgb(132,33,68); }

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