Html Css Color HEX #842221 Mandarian Orange

📋 copy color: '#842221'

red 132 ◦ green 34 ◦ blue 33

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

Shades of Mandarian Orange #842221

Tints of Mandarian Orange #842221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 66.33%
G = 17.09%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#842221 (or 0x842221) is known color: Mandarian Orange. HEX triplet: 84, 22 and 21. RGB value is (132,34,33). Sum of RGB (Red+Green+Blue) = 132+34+33=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #842221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842221 is #7BDDDE. Grayscale: #3F3F3F. Windows color (decimal): -8117727 or 2171524. OLE color: 2171524.

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

Color convert

RGB 132 34 33 -
CMYK 0 0.74 0.75 0.48
HSL 0.61º 0.6% 0.32% -
HSV(B) 0.61º 0.75% 0.52% -
XYZ 10.36 6.16 2.08 -
YUV 63.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 132 34 33 0 0.74 0.75 0.48 0.61 0.6 0.32
Hex 84 22 21 0 4A 4B 30 1 3C 20
Octal 204 42 41 0 112 113 60 1 74 40
Binary 10000100 100010 100001 0 1001010 1001011 110000 1 111100 100000

Color Harmonies of #842221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842221

Black with #842221

Text Example


Text Example

White with #842221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842221; }

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

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

background-color css

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

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

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

border-color css

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

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

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