#93261C

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

Shades of Mandarian Orange #93261C

Tints of Mandarian Orange #93261C

Color information

#93261C (or 0x93261C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 26 and 1C. RGB value is (147,38,28). Sum of RGB (Red+Green+Blue) = 147+38+28=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93261C is #6CD9E3. Grayscale: #454545. Windows color (decimal): -7133668 or 1844883. OLE color: 1844883.

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

Color convert

RGB1473828-
CMYK00.740.810.42
HSL5.04º68%34.31%-
HSV(B)5.04º80.95%57.65%-
XYZ12.947.671.9-
YUV69.45104.61183.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=69.01%
G=17.84%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147382800.740.810.425.046834.31
Hex93261C04A512A54422
Octal2234634011212152510442
Binary10010011100110111000100101010100011010101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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