#932319

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

Shades of Mandarian Orange #932319

Tints of Mandarian Orange #932319

Color information

#932319 (or 0x932319) is unknown color: approx Mandarian Orange. HEX triplet: 93, 23 and 19. RGB value is (147,35,25). Sum of RGB (Red+Green+Blue) = 147+35+25=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #932319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932319 is #6CDCE6. Grayscale: #434343. Windows color (decimal): -7134439 or 1647507. OLE color: 1647507.

HSL color Cylindrical-coordinate representation of color #932319: hue angle of 4.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #932319 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1473525-
CMYK00.760.830.42
HSL4.92º70.93%33.73%-
HSV(B)4.92º82.99%57.65%-
XYZ12.817.481.69-
YUV67.35104.11184.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.01%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=71.01%
G=16.91%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147352500.760.830.424.9270.9333.73
Hex93231904C532A54722
Octal2234331011412352510742
Binary10010011100011110010100110010100111010101011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932319; }

 p { color: rgb(147,35,25); }

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

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

 a { background-color: rgb(147,35,25); }

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

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

 span { border-color: rgb(147,35,25); }

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