#84251E

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

Shades of Mandarian Orange #84251E

Tints of Mandarian Orange #84251E

Color information

#84251E (or 0x84251E) is unknown color: approx Mandarian Orange. HEX triplet: 84, 25 and 1E. RGB value is (132,37,30). Sum of RGB (Red+Green+Blue) = 132+37+30=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84251E is #7BDAE1. Grayscale: #404040. Windows color (decimal): -8116962 or 1975684. OLE color: 1975684.

HSL color Cylindrical-coordinate representation of color #84251E: hue angle of 4.12º 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 #84251E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1323730-
CMYK00.720.770.48
HSL4.12º62.96%31.76%-
HSV(B)4.12º77.27%51.76%-
XYZ10.416.321.9-
YUV64.61108.47176.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=66.33%
G=18.59%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132373000.720.770.484.1262.9631.76
Hex84251E0484D3043f20
Octal204453601101156047740
Binary1000010010010111110010010001001101110000100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84251E;
 }
 .AnyTagClassName
 {
   color: #84251E;
 }
</style>
background-color css

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

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

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

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

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

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