#93240F

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

Shades of Mandarian Orange #93240F

Tints of Mandarian Orange #93240F

Color information

#93240F (or 0x93240F) is unknown color: approx Mandarian Orange. HEX triplet: 93, 24 and 0F. RGB value is (147,36,15). Sum of RGB (Red+Green+Blue) = 147+36+15=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93240F is #6CDBF0. Grayscale: #424242. Windows color (decimal): -7134193 or 992403. OLE color: 992403.

HSL color Cylindrical-coordinate representation of color #93240F: hue angle of 9.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93240F is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1473615-
CMYK00.760.900.42
HSL9.55º81.48%31.76%-
HSV(B)9.55º89.8%57.65%-
XYZ12.757.51.23-
YUV66.7998.77185.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=74.24%
G=18.18%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147361500.760.900.429.5581.4831.76
Hex9324F04C5A2Aa5120
Octal22344170114132521212140
Binary10010011100100111101001100101101010101010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93240F; }

 p { color: rgb(147,36,15); }

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

<style>
 a { background-color: #93240F; }

 a { background-color: rgb(147,36,15); }

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

<style>
 span { border-color: #93240F; }

 span { border-color: rgb(147,36,15); }

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