#91241B

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

Shades of Mandarian Orange #91241B

Tints of Mandarian Orange #91241B

Color information

#91241B (or 0x91241B) is unknown color: approx Mandarian Orange. HEX triplet: 91, 24 and 1B. RGB value is (145,36,27). Sum of RGB (Red+Green+Blue) = 145+36+27=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91241B is #6EDBE4. Grayscale: #434343. Windows color (decimal): -7265253 or 1778833. OLE color: 1778833.

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

Color convert

RGB1453627-
CMYK00.750.810.43
HSL4.58º68.6%33.73%-
HSV(B)4.58º81.38%56.86%-
XYZ12.517.361.8-
YUV67.56105.11183.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=69.71%
G=17.31%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145362700.750.810.434.5868.633.73
Hex91241B04B512B54522
Octal2214433011312153510542
Binary10010001100100110110100101110100011010111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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