#84261E

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

Shades of Mandarian Orange #84261E

Tints of Mandarian Orange #84261E

Color information

#84261E (or 0x84261E) is unknown color: approx Mandarian Orange. HEX triplet: 84, 26 and 1E. RGB value is (132,38,30). Sum of RGB (Red+Green+Blue) = 132+38+30=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84261E is #7BD9E1. Grayscale: #414141. Windows color (decimal): -8116706 or 1975940. OLE color: 1975940.

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

Color convert

RGB1323830-
CMYK00.710.770.48
HSL4.71º62.96%31.76%-
HSV(B)4.71º77.27%51.76%-
XYZ10.446.391.91-
YUV65.19108.14175.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 30 (12.11% from 255) = 15%
R=66%
G=19%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132383000.710.770.484.7162.9631.76
Hex84261E0474D3053f20
Octal204463601071156057740
Binary1000010010011011110010001111001101110000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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