#9A251D

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

Shades of Mandarian Orange #9A251D

Tints of Mandarian Orange #9A251D

Color information

#9A251D (or 0x9A251D) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 25 and 1D. RGB value is (154,37,29). Sum of RGB (Red+Green+Blue) = 154+37+29=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A251D is #65DAE2. Grayscale: #474747. Windows color (decimal): -6675171 or 1910170. OLE color: 1910170.

HSL color Cylindrical-coordinate representation of color #9A251D: hue angle of 3.84º 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 #9A251D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1543729-
CMYK00.760.810.40
HSL3.84º68.31%35.88%-
HSV(B)3.84º81.17%60.39%-
XYZ14.218.282.01-
YUV71.07104.26187.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=70%
G=16.82%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154372900.760.810.403.8468.3135.88
Hex9A251D04C512844424
Octal2324535011412150410444
Binary10011010100101111010100110010100011010001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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