#912A25

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

Shades of Mandarian Orange #912A25

Tints of Mandarian Orange #912A25

Color information

#912A25 (or 0x912A25) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2A and 25. RGB value is (145,42,37). Sum of RGB (Red+Green+Blue) = 145+42+37=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #912A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912A25 is #6ED5DA. Grayscale: #484848. Windows color (decimal): -7263707 or 2435729. OLE color: 2435729.

HSL color Cylindrical-coordinate representation of color #912A25: hue angle of 2.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912A25 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1454237-
CMYK00.710.740.43
HSL2.78º59.34%35.69%-
HSV(B)2.78º74.48%56.86%-
XYZ12.847.812.58-
YUV72.23108.12179.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.73%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=64.73%
G=18.75%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145423700.710.740.432.7859.3435.69
Hex912A250474A2B33b24
Octal221524501071125337344
Binary1001000110101010010101000111100101010101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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