#932A25

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

Shades of Mandarian Orange #932A25

Tints of Mandarian Orange #932A25

Color information

#932A25 (or 0x932A25) is unknown color: approx Mandarian Orange. HEX triplet: 93, 2A and 25. RGB value is (147,42,37). Sum of RGB (Red+Green+Blue) = 147+42+37=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #932A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A25 is #6CD5DA. Grayscale: #484848. Windows color (decimal): -7132635 or 2435731. OLE color: 2435731.

HSL color Cylindrical-coordinate representation of color #932A25: hue angle of 2.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932A25 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1474237-
CMYK00.710.750.42
HSL2.73º59.78%36.08%-
HSV(B)2.73º74.83%57.65%-
XYZ13.197.992.6-
YUV72.82107.79180.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=65.04%
G=18.58%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147423700.710.750.422.7359.7836.08
Hex932A250474B2A33c24
Octal223524501071135237444
Binary1001001110101010010101000111100101110101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A25; }

 p { color: rgb(147,42,37); }

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

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

 a { background-color: rgb(147,42,37); }

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

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

 span { border-color: rgb(147,42,37); }

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