#8D251D

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

Shades of Mandarian Orange #8D251D

Tints of Mandarian Orange #8D251D

Color information

#8D251D (or 0x8D251D) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 25 and 1D. RGB value is (141,37,29). Sum of RGB (Red+Green+Blue) = 141+37+29=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D251D is #72DAE2. Grayscale: #434343. Windows color (decimal): -7527139 or 1910157. OLE color: 1910157.

HSL color Cylindrical-coordinate representation of color #8D251D: hue angle of 4.29º 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 #8D251D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1413729-
CMYK00.740.790.45
HSL4.29º65.88%33.33%-
HSV(B)4.29º79.43%55.29%-
XYZ11.877.071.9-
YUV67.18106.46180.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.12%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=68.12%
G=17.87%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141372900.740.790.454.2965.8833.33
Hex8D251D04A4F2D44221
Octal2154535011211755410241
Binary10001101100101111010100101010011111011011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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