#93251C

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

Shades of Mandarian Orange #93251C

Tints of Mandarian Orange #93251C

Color information

#93251C (or 0x93251C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 25 and 1C. RGB value is (147,37,28). Sum of RGB (Red+Green+Blue) = 147+37+28=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93251C is #6CDAE3. Grayscale: #454545. Windows color (decimal): -7133924 or 1844627. OLE color: 1844627.

HSL color Cylindrical-coordinate representation of color #93251C: hue angle of 4.54º 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 #93251C is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1473728-
CMYK00.750.810.42
HSL4.54º68%34.31%-
HSV(B)4.54º80.95%57.65%-
XYZ12.97.611.89-
YUV68.86104.94183.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.34%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=69.34%
G=17.45%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147372800.750.810.424.546834.31
Hex93251C04B512A54422
Octal2234534011312152510442
Binary10010011100101111000100101110100011010101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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