#932625

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

Shades of Mandarian Orange #932625

Tints of Mandarian Orange #932625

Color information

#932625 (or 0x932625) is unknown color: approx Mandarian Orange. HEX triplet: 93, 26 and 25. RGB value is (147,38,37). Sum of RGB (Red+Green+Blue) = 147+38+37=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #932625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932625 is #6CD9DA. Grayscale: #464646. Windows color (decimal): -7133659 or 2434707. OLE color: 2434707.

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

Color convert

RGB1473837-
CMYK00.740.750.42
HSL0.55º59.78%36.08%-
HSV(B)0.55º74.83%57.65%-
XYZ13.067.722.55-
YUV70.48109.11182.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=66.22%
G=17.12%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147383700.740.750.420.5559.7836.08
Hex93262504A4B2A13c24
Octal223464501121135217444
Binary100100111001101001010100101010010111010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932625; }

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

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

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

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

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

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

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

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