Html Css Color HEX #842341 Disco

📋 copy color: '#842341'

red 132 ◦ green 35 ◦ blue 65

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

Shades of Disco #842341

Tints of Disco #842341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 56.9%
G = 15.09%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#842341 (or 0x842341) is known color: Disco. HEX triplet: 84, 23 and 41. RGB value is (132,35,65). Sum of RGB (Red+Green+Blue) = 132+35+65=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #842341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842341 is #7BDCBE. Grayscale: #434343. Windows color (decimal): -8117439 or 4268932. OLE color: 4268932.

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

Color convert

RGB 132 35 65 -
CMYK 0 0.73 0.51 0.48
HSL 341.44º 0.58% 0.33% -
HSV(B) 341.44º 0.73% 0.52% -
XYZ 11.07 6.49 5.67 -
YUV 67.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 132 35 65 0 0.73 0.51 0.48 341.44 0.58 0.33
Hex 84 23 41 0 49 33 30 155 3A 21
Octal 204 43 101 0 111 63 60 525 72 41
Binary 10000100 100011 1000001 0 1001001 110011 110000 101010101 111010 100001

Color Harmonies of #842341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842341

Black with #842341

Text Example


Text Example

White with #842341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842341; }

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

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

background-color css

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

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

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

border-color css

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

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

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