#9A281D

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

Shades of Mandarian Orange #9A281D

Tints of Mandarian Orange #9A281D

Color information

#9A281D (or 0x9A281D) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 28 and 1D. RGB value is (154,40,29). Sum of RGB (Red+Green+Blue) = 154+40+29=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A281D is #65D7E2. Grayscale: #484848. Windows color (decimal): -6674403 or 1910938. OLE color: 1910938.

HSL color Cylindrical-coordinate representation of color #9A281D: hue angle of 5.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1544029-
CMYK00.740.810.40
HSL5.28º68.31%35.88%-
HSV(B)5.28º81.17%60.39%-
XYZ14.318.482.04-
YUV72.83103.27185.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 69.06%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=69.06%
G=17.94%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154402900.740.810.405.2868.3135.88
Hex9A281D04A512854424
Octal2325035011212150510444
Binary10011010101000111010100101010100011010001011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A281D; }

 p { color: rgb(154,40,29); }

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

<style>
 a { background-color: #9A281D; }

 a { background-color: rgb(154,40,29); }

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

<style>
 span { border-color: #9A281D; }

 span { border-color: rgb(154,40,29); }

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