#93271D

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

Shades of Mandarian Orange #93271D

Tints of Mandarian Orange #93271D

Color information

#93271D (or 0x93271D) is unknown color: approx Mandarian Orange. HEX triplet: 93, 27 and 1D. RGB value is (147,39,29). Sum of RGB (Red+Green+Blue) = 147+39+29=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93271D is #6CD8E2. Grayscale: #464646. Windows color (decimal): -7133411 or 1910675. OLE color: 1910675.

HSL color Cylindrical-coordinate representation of color #93271D: hue angle of 5.08º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93271D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1473929-
CMYK00.730.800.42
HSL5.08º67.05%34.51%-
HSV(B)5.08º80.27%57.65%-
XYZ12.987.741.97-
YUV70.15104.78182.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.37%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=68.37%
G=18.14%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147392900.730.800.425.0867.0534.51
Hex93271D049502A54323
Octal2234735011112052510343
Binary10010011100111111010100100110100001010101011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93271D; }

 p { color: rgb(147,39,29); }

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

<style>
 a { background-color: #93271D; }

 a { background-color: rgb(147,39,29); }

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

<style>
 span { border-color: #93271D; }

 span { border-color: rgb(147,39,29); }

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