#91251A

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

Shades of Mandarian Orange #91251A

Tints of Mandarian Orange #91251A

Color information

#91251A (or 0x91251A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 25 and 1A. RGB value is (145,37,26). Sum of RGB (Red+Green+Blue) = 145+37+26=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91251A is #6EDAE5. Grayscale: #444444. Windows color (decimal): -7264998 or 1713553. OLE color: 1713553.

HSL color Cylindrical-coordinate representation of color #91251A: hue angle of 5.55º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91251A is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1453726-
CMYK00.740.820.43
HSL5.55º69.59%33.53%-
HSV(B)5.55º82.07%56.86%-
XYZ12.537.421.75-
YUV68.04104.28182.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=69.71%
G=17.79%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145372600.740.820.435.5569.5933.53
Hex91251A04A522B64622
Octal2214532011212253610642
Binary10010001100101110100100101010100101010111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91251A; }

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

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

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

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

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

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

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

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