#80261E

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

Shades of Mandarian Orange #80261E

Tints of Mandarian Orange #80261E

Color information

#80261E (or 0x80261E) is unknown color: approx Mandarian Orange. HEX triplet: 80, 26 and 1E. RGB value is (128,38,30). Sum of RGB (Red+Green+Blue) = 128+38+30=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80261E is #7FD9E1. Grayscale: #404040. Windows color (decimal): -8378850 or 1975936. OLE color: 1975936.

HSL color Cylindrical-coordinate representation of color #80261E: hue angle of 4.9º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80261E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1283830-
CMYK00.700.770.50
HSL4.9º62.03%30.98%-
HSV(B)4.9º76.56%50.2%-
XYZ9.836.071.88-
YUV64108.82173.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.31%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=65.31%
G=19.39%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128383000.700.770.504.962.0330.98
Hex80261E0464D3253e1f
Octal200463601061156257637
Binary100000001001101111001000110100110111001010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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