Html Css Color HEX #842340 Disco

📋 copy color: '#842340'

red 132 ◦ green 35 ◦ blue 64

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

Shades of Disco #842340

Tints of Disco #842340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 57.14%
G = 15.15%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#842340 (or 0x842340) is known color: Disco. HEX triplet: 84, 23 and 40. RGB value is (132,35,64). Sum of RGB (Red+Green+Blue) = 132+35+64=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842340 is #7BDCBF. Grayscale: #434343. Windows color (decimal): -8117440 or 4203396. OLE color: 4203396.

HSL color Cylindrical-coordinate representation of color #842340: hue angle of 342.06º degrees, saturation: 0.58, 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 #842340 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 64 -
CMYK 0 0.73 0.52 0.48
HSL 342.06º 0.58% 0.33% -
HSV(B) 342.06º 0.73% 0.52% -
XYZ 11.04 6.48 5.52 -
YUV 67.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 132 35 64 0 0.73 0.52 0.48 342.06 0.58 0.33
Hex 84 23 40 0 49 34 30 156 3A 21
Octal 204 43 100 0 111 64 60 526 72 41
Binary 10000100 100011 1000000 0 1001001 110100 110000 101010110 111010 100001

Color Harmonies of #842340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842340

Black with #842340

Text Example


Text Example

White with #842340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842340; }

 p { color: rgb(132,35,64); }

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

background-color css

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

 a { background-color: rgb(132,35,64); }

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

border-color css

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

 span { border-color: rgb(132,35,64); }

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