Html Css Color HEX #842120 Mandarian Orange

📋 copy color: '#842120'

red 132 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #842120

Tints of Mandarian Orange #842120

RGB

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

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

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

R = 67.01%
G = 16.75%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#842120 (or 0x842120) is known color: Mandarian Orange. HEX triplet: 84, 21 and 20. RGB value is (132,33,32). Sum of RGB (Red+Green+Blue) = 132+33+32=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #842120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842120 is #7BDEDF. Grayscale: #3E3E3E. Windows color (decimal): -8117984 or 2105732. OLE color: 2105732.

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

Color convert

RGB 132 33 32 -
CMYK 0 0.75 0.76 0.48
HSL 0.6º 0.61% 0.32% -
HSV(B) 0.6º 0.76% 0.52% -
XYZ 10.32 6.1 2 -
YUV 62.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 132 33 32 0 0.75 0.76 0.48 0.6 0.61 0.32
Hex 84 21 20 0 4B 4C 30 1 3D 20
Octal 204 41 40 0 113 114 60 1 75 40
Binary 10000100 100001 100000 0 1001011 1001100 110000 1 111101 100000

Color Harmonies of #842120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842120

Black with #842120

Text Example


Text Example

White with #842120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842120; }

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

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

background-color css

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

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

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

border-color css

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

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

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