#93231F

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

Shades of Mandarian Orange #93231F

Tints of Mandarian Orange #93231F

Color information

#93231F (or 0x93231F) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 1F. RGB value is (147,35,31). Sum of RGB (Red+Green+Blue) = 147+35+31=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231F is #6CDCE0. Grayscale: #444444. Windows color (decimal): -7134433 or 2040723. OLE color: 2040723.

HSL color Cylindrical-coordinate representation of color #93231F: hue angle of 2.07º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93231F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1473531-
CMYK00.760.790.42
HSL2.07º65.17%34.9%-
HSV(B)2.07º78.91%57.65%-
XYZ12.887.52.07-
YUV68.03107.11184.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=69.01%
G=16.43%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147353100.760.790.422.0765.1734.9
Hex93231F04C4F2A24123
Octal2234337011411752210143
Binary1001001110001111111010011001001111101010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,35,31); }

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

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

 a { background-color: rgb(147,35,31); }

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

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

 span { border-color: rgb(147,35,31); }

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