#91241D

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

Shades of Mandarian Orange #91241D

Tints of Mandarian Orange #91241D

Color information

#91241D (or 0x91241D) is unknown color: approx Mandarian Orange. HEX triplet: 91, 24 and 1D. RGB value is (145,36,29). Sum of RGB (Red+Green+Blue) = 145+36+29=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #91241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91241D is #6EDBE2. Grayscale: #434343. Windows color (decimal): -7265251 or 1909905. OLE color: 1909905.

HSL color Cylindrical-coordinate representation of color #91241D: hue angle of 3.62º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91241D is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB1453629-
CMYK00.750.80.43
HSL3.62º66.67%34.12%-
HSV(B)3.62º80%56.86%-
XYZ12.537.371.92-
YUV67.79106.11183.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=69.05%
G=17.14%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145362900.750.80.433.6266.6734.12
Hex91241D04B502B44322
Octal2214435011312053410342
Binary10010001100100111010100101110100001010111001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91241D; }

 p { color: rgb(145,36,29); }

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

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

 a { background-color: rgb(145,36,29); }

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

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

 span { border-color: rgb(145,36,29); }

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