Html Css Color HEX #84201F Mandarian Orange

📋 copy color: '#84201F'

red 132 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #84201F

Tints of Mandarian Orange #84201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 67.69%
G = 16.41%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84201F (or 0x84201F) is known color: Mandarian Orange. HEX triplet: 84, 20 and 1F. RGB value is (132,32,31). Sum of RGB (Red+Green+Blue) = 132+32+31=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84201F is #7BDFE0. Grayscale: #3D3D3D. Windows color (decimal): -8118241 or 2039940. OLE color: 2039940.

HSL color Cylindrical-coordinate representation of color #84201F: hue angle of 0.59º degrees, saturation: 0.62, 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 #84201F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 31 -
CMYK 0 0.76 0.77 0.48
HSL 0.59º 0.62% 0.32% -
HSV(B) 0.59º 0.77% 0.52% -
XYZ 10.28 6.04 1.92 -
YUV 61.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 132 32 31 0 0.76 0.77 0.48 0.59 0.62 0.32
Hex 84 20 1F 0 4C 4D 30 1 3E 20
Octal 204 40 37 0 114 115 60 1 76 40
Binary 10000100 100000 11111 0 1001100 1001101 110000 1 111110 100000

Color Harmonies of #84201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84201F

Black with #84201F

Text Example


Text Example

White with #84201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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