Html Css Color HEX #842242 Disco

📋 copy color: '#842242'

red 132 ◦ green 34 ◦ blue 66

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

Shades of Disco #842242

Tints of Disco #842242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 56.9%
G = 14.66%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#842242 (or 0x842242) is known color: Disco. HEX triplet: 84, 22 and 42. RGB value is (132,34,66). Sum of RGB (Red+Green+Blue) = 132+34+66=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #842242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842242 is #7BDDBD. Grayscale: #424242. Windows color (decimal): -8117694 or 4334212. OLE color: 4334212.

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

Color convert

RGB 132 34 66 -
CMYK 0 0.74 0.5 0.48
HSL 340.41º 0.59% 0.33% -
HSV(B) 340.41º 0.74% 0.52% -
XYZ 11.07 6.44 5.81 -
YUV 66.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 132 34 66 0 0.74 0.5 0.48 340.41 0.59 0.33
Hex 84 22 42 0 4A 32 30 154 3B 21
Octal 204 42 102 0 112 62 60 524 73 41
Binary 10000100 100010 1000010 0 1001010 110010 110000 101010100 111011 100001

Color Harmonies of #842242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842242

Black with #842242

Text Example


Text Example

White with #842242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842242; }

 p { color: rgb(132,34,66); }

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

background-color css

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

 a { background-color: rgb(132,34,66); }

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

border-color css

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

 span { border-color: rgb(132,34,66); }

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