Html Css Color HEX #84211E Mandarian Orange

📋 copy color: '#84211E'

red 132 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #84211E

Tints of Mandarian Orange #84211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 67.69%
G = 16.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84211E (or 0x84211E) is known color: Mandarian Orange. HEX triplet: 84, 21 and 1E. RGB value is (132,33,30). Sum of RGB (Red+Green+Blue) = 132+33+30=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84211E is #7BDEE1. Grayscale: #3E3E3E. Windows color (decimal): -8117986 or 1974660. OLE color: 1974660.

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

Color convert

RGB 132 33 30 -
CMYK 0 0.75 0.77 0.48
HSL 1.76º 0.63% 0.32% -
HSV(B) 1.76º 0.77% 0.52% -
XYZ 10.29 6.09 1.86 -
YUV 62.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 132 33 30 0 0.75 0.77 0.48 1.76 0.63 0.32
Hex 84 21 1E 0 4B 4D 30 2 3F 20
Octal 204 41 36 0 113 115 60 2 77 40
Binary 10000100 100001 11110 0 1001011 1001101 110000 10 111111 100000

Color Harmonies of #84211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84211E

Black with #84211E

Text Example


Text Example

White with #84211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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