Html Css Color HEX #84221D Mandarian Orange

📋 copy color: '#84221D'

red 132 ◦ green 34 ◦ blue 29

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

Shades of Mandarian Orange #84221D

Tints of Mandarian Orange #84221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 67.69%
G = 17.44%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84221D (or 0x84221D) is known color: Mandarian Orange. HEX triplet: 84, 22 and 1D. RGB value is (132,34,29). Sum of RGB (Red+Green+Blue) = 132+34+29=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221D is #7BDDE2. Grayscale: #3E3E3E. Windows color (decimal): -8117731 or 1909380. OLE color: 1909380.

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

Color convert

RGB 132 34 29 -
CMYK 0 0.74 0.78 0.48
HSL 2.91º 0.64% 0.32% -
HSV(B) 2.91º 0.78% 0.52% -
XYZ 10.31 6.14 1.8 -
YUV 62.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 132 34 29 0 0.74 0.78 0.48 2.91 0.64 0.32
Hex 84 22 1D 0 4A 4E 30 3 40 20
Octal 204 42 35 0 112 116 60 3 100 40
Binary 10000100 100010 11101 0 1001010 1001110 110000 11 1000000 100000

Color Harmonies of #84221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84221D

Black with #84221D

Text Example


Text Example

White with #84221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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