#8D261A

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

Shades of Mandarian Orange #8D261A

Tints of Mandarian Orange #8D261A

Color information

#8D261A (or 0x8D261A) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 26 and 1A. RGB value is (141,38,26). Sum of RGB (Red+Green+Blue) = 141+38+26=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D261A is #72D9E5. Grayscale: #434343. Windows color (decimal): -7526886 or 1713805. OLE color: 1713805.

HSL color Cylindrical-coordinate representation of color #8D261A: hue angle of 6.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D261A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1413826-
CMYK00.730.820.45
HSL6.26º68.86%32.75%-
HSV(B)6.26º81.56%55.29%-
XYZ11.867.121.73-
YUV67.43104.62180.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=68.78%
G=18.54%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141382600.730.820.456.2668.8632.75
Hex8D261A049522D64521
Octal2154632011112255610541
Binary10001101100110110100100100110100101011011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D261A; }

 p { color: rgb(141,38,26); }

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

<style>
 a { background-color: #8D261A; }

 a { background-color: rgb(141,38,26); }

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

<style>
 span { border-color: #8D261A; }

 span { border-color: rgb(141,38,26); }

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