#9A1D07

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

Shades of Mandarian Orange #9A1D07

Tints of Mandarian Orange #9A1D07

Color information

#9A1D07 (or 0x9A1D07) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 1D and 07. RGB value is (154,29,7). Sum of RGB (Red+Green+Blue) = 154+29+7=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1D07 is #65E2F8. Grayscale: #404040. Windows color (decimal): -6677241 or 466330. OLE color: 466330.

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

Color convert

RGB154297-
CMYK00.810.950.40
HSL8.98º91.3%31.57%-
HSV(B)8.98º95.45%60.39%-
XYZ13.87.760.97-
YUV63.8795.91192.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=81.05%
G=15.26%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15429700.810.950.408.9891.331.57
Hex9A1D70515F2895b20
Octal2323570121137501113340
Binary100110101110111101010001101111110100010011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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