#93291B

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

Shades of Mandarian Orange #93291B

Tints of Mandarian Orange #93291B

Color information

#93291B (or 0x93291B) is unknown color: approx Mandarian Orange. HEX triplet: 93, 29 and 1B. RGB value is (147,41,27). Sum of RGB (Red+Green+Blue) = 147+41+27=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93291B is #6CD6E4. Grayscale: #474747. Windows color (decimal): -7132901 or 1780115. OLE color: 1780115.

HSL color Cylindrical-coordinate representation of color #93291B: hue angle of 7º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93291B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1474127-
CMYK00.720.820.42
HSL68.97%34.12%-
HSV(B)81.63%57.65%-
XYZ13.027.871.87-
YUV71.1103.12182.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.37%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=68.37%
G=19.07%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147412700.720.820.42768.9734.12
Hex93291B048522A74522
Octal2235133011012252710542
Binary10010011101001110110100100010100101010101111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93291B; }

 p { color: rgb(147,41,27); }

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

<style>
 a { background-color: #93291B; }

 a { background-color: rgb(147,41,27); }

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

<style>
 span { border-color: #93291B; }

 span { border-color: rgb(147,41,27); }

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