#93231C

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

Shades of Mandarian Orange #93231C

Tints of Mandarian Orange #93231C

Color information

#93231C (or 0x93231C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 1C. RGB value is (147,35,28). Sum of RGB (Red+Green+Blue) = 147+35+28=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231C is #6CDCE3. Grayscale: #434343. Windows color (decimal): -7134436 or 1844115. OLE color: 1844115.

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

Color convert

RGB1473528-
CMYK00.760.810.42
HSL3.53º68%34.31%-
HSV(B)3.53º80.95%57.65%-
XYZ12.847.491.87-
YUV67.69105.61184.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=70%
G=16.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147352800.760.810.423.536834.31
Hex93231C04C512A44422
Octal2234334011412152410442
Binary10010011100011111000100110010100011010101001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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