#91271A

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

Shades of Mandarian Orange #91271A

Tints of Mandarian Orange #91271A

Color information

#91271A (or 0x91271A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 27 and 1A. RGB value is (145,39,26). Sum of RGB (Red+Green+Blue) = 145+39+26=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #91271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91271A is #6ED8E5. Grayscale: #454545. Windows color (decimal): -7264486 or 1714065. OLE color: 1714065.

HSL color Cylindrical-coordinate representation of color #91271A: hue angle of 6.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 #91271A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1453926-
CMYK00.730.820.43
HSL6.55º69.59%33.53%-
HSV(B)6.55º82.07%56.86%-
XYZ12.597.551.77-
YUV69.21103.62182.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=69.05%
G=18.57%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145392600.730.820.436.5569.5933.53
Hex91271A049522B74622
Octal2214732011112253710642
Binary10010001100111110100100100110100101010111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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