#8D261D

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

Shades of Mandarian Orange #8D261D

Tints of Mandarian Orange #8D261D

Color information

#8D261D (or 0x8D261D) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 26 and 1D. RGB value is (141,38,29). Sum of RGB (Red+Green+Blue) = 141+38+29=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D261D is #72D9E2. Grayscale: #434343. Windows color (decimal): -7526883 or 1910413. OLE color: 1910413.

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

Color convert

RGB1413829-
CMYK00.730.790.45
HSL4.82º65.88%33.33%-
HSV(B)4.82º79.43%55.29%-
XYZ11.97.141.91-
YUV67.77106.12180.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.79%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=67.79%
G=18.27%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141382900.730.790.454.8265.8833.33
Hex8D261D0494F2D54221
Octal2154635011111755510241
Binary10001101100110111010100100110011111011011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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