#84201F

Color #84201F Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #84201F

Tints of Mandarian Orange #84201F

Color information

#84201F (or 0x84201F) is unknown color: approx 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

RGB1323231-
CMYK00.760.770.48
HSL0.59º61.96%31.96%-
HSV(B)0.59º76.52%51.76%-
XYZ10.286.041.92-
YUV61.79110.63178.08-

RGB Variations

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

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.90%
R=67.69%
G=16.41%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132323100.760.770.480.5961.9631.96
Hex84201F04C4D3013e20
Octal204403701141156017640
Binary10000100100000111110100110010011011100001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>