#93210D

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

Shades of Mandarian Orange #93210D

Tints of Mandarian Orange #93210D

Color information

#93210D (or 0x93210D) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 0D. RGB value is (147,33,13). Sum of RGB (Red+Green+Blue) = 147+33+13=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93210D is #6CDEF2. Grayscale: #414141. Windows color (decimal): -7134963 or 860563. OLE color: 860563.

HSL color Cylindrical-coordinate representation of color #93210D: hue angle of 8.96º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93210D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1473313-
CMYK00.780.910.42
HSL8.96º83.75%31.37%-
HSV(B)8.96º91.16%57.65%-
XYZ12.657.321.13-
YUV64.8198.77186.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=76.17%
G=17.10%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147331300.780.910.428.9683.7531.37
Hex9321D04E5B2A9541f
Octal22341150116133521112437
Binary1001001110000111010100111010110111010101001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,33,13); }

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

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

 a { background-color: rgb(147,33,13); }

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

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

 span { border-color: rgb(147,33,13); }

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