Html Css Color HEX #842420 Mandarian Orange

📋 copy color: '#842420'

red 132 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #842420

Tints of Mandarian Orange #842420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 66%
G = 18%
B = 16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#842420 (or 0x842420) is known color: Mandarian Orange. HEX triplet: 84, 24 and 20. RGB value is (132,36,32). Sum of RGB (Red+Green+Blue) = 132+36+32=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #842420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842420 is #7BDBDF. Grayscale: #404040. Windows color (decimal): -8117216 or 2106500. OLE color: 2106500.

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

Color convert

RGB 132 36 32 -
CMYK 0 0.73 0.76 0.48
HSL 2.4º 0.61% 0.32% -
HSV(B) 2.4º 0.76% 0.52% -
XYZ 10.41 6.27 2.03 -
YUV 64.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 132 36 32 0 0.73 0.76 0.48 2.4 0.61 0.32
Hex 84 24 20 0 49 4C 30 2 3D 20
Octal 204 44 40 0 111 114 60 2 75 40
Binary 10000100 100100 100000 0 1001001 1001100 110000 10 111101 100000

Color Harmonies of #842420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842420

Black with #842420

Text Example


Text Example

White with #842420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842420; }

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

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

background-color css

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

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

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

border-color css

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

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

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