#942825

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

Shades of Mandarian Orange #942825

Tints of Mandarian Orange #942825

Color information

#942825 (or 0x942825) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 25. RGB value is (148,40,37). Sum of RGB (Red+Green+Blue) = 148+40+37=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #942825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942825 is #6BD7DA. Grayscale: #484848. Windows color (decimal): -7067611 or 2435220. OLE color: 2435220.

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

Color convert

RGB1484037-
CMYK00.730.750.42
HSL1.62º60%36.27%-
HSV(B)1.62º75%58.04%-
XYZ13.317.952.58-
YUV71.95108.28182.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.78%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=65.78%
G=17.78%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148403700.730.750.421.626036.27
Hex9428250494B2A23c24
Octal224504501111135227444
Binary1001010010100010010101001001100101110101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942825; }

 p { color: rgb(148,40,37); }

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

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

 a { background-color: rgb(148,40,37); }

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

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

 span { border-color: rgb(148,40,37); }

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