#9A1B09

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

Shades of Mandarian Orange #9A1B09

Tints of Mandarian Orange #9A1B09

Color information

#9A1B09 (or 0x9A1B09) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 1B and 09. RGB value is (154,27,9). Sum of RGB (Red+Green+Blue) = 154+27+9=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1B09 is #65E4F6. Grayscale: #3F3F3F. Windows color (decimal): -6677751 or 596890. OLE color: 596890.

HSL color Cylindrical-coordinate representation of color #9A1B09: hue angle of 7.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A1B09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB154279-
CMYK00.820.940.40
HSL7.45º88.96%31.96%-
HSV(B)7.45º94.16%60.39%-
XYZ13.777.671.01-
YUV62.9297.58192.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 9 (3.91% from 255) = 4.74%
R=81.05%
G=14.21%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15427900.820.940.407.4588.9631.96
Hex9A1B90525E2875920
Octal2323311012213650713140
Binary100110101101110010101001010111101010001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,27,9); }

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

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

 a { background-color: rgb(154,27,9); }

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

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

 span { border-color: rgb(154,27,9); }

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