#8A221D

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

Shades of Mandarian Orange #8A221D

Tints of Mandarian Orange #8A221D

Color information

#8A221D (or 0x8A221D) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 22 and 1D. RGB value is (138,34,29). Sum of RGB (Red+Green+Blue) = 138+34+29=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A221D is #75DDE2. Grayscale: #404040. Windows color (decimal): -7724515 or 1909386. OLE color: 1909386.

HSL color Cylindrical-coordinate representation of color #8A221D: hue angle of 2.75º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A221D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1383429-
CMYK00.750.790.46
HSL2.75º65.27%32.75%-
HSV(B)2.75º78.99%54.12%-
XYZ11.286.641.85-
YUV64.53107.96180.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 68.66%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=68.66%
G=16.92%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138342900.750.790.462.7565.2732.75
Hex8A221D04B4F2E34121
Octal2124235011311756310141
Binary1000101010001011101010010111001111101110111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,34,29); }

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

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

 a { background-color: rgb(138,34,29); }

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

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

 span { border-color: rgb(138,34,29); }

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