#8D2A2A

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

Shades of Mandarian Orange #8D2A2A

Tints of Mandarian Orange #8D2A2A

Color information

#8D2A2A (or 0x8D2A2A) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2A and 2A. RGB value is (141,42,42). Sum of RGB (Red+Green+Blue) = 141+42+42=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2A2A is #72D5D5. Grayscale: #474747. Windows color (decimal): -7525846 or 2763405. OLE color: 2763405.

HSL color Cylindrical-coordinate representation of color #8D2A2A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2A2A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1414242-
CMYK00.700.700.45
HSL54.1%35.88%-
HSV(B)70.21%55.29%-
XYZ12.237.492.99-
YUV71.6111.3177.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=62.67%
G=18.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141424200.700.700.45054.135.88
Hex8D2A2A046462D03624
Octal215525201061065506644
Binary100011011010101010100100011010001101011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,42); }

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

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

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

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

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

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

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