#912B2B

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

Shades of Mandarian Orange #912B2B

Tints of Mandarian Orange #912B2B

Color information

#912B2B (or 0x912B2B) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2B and 2B. RGB value is (145,43,43). Sum of RGB (Red+Green+Blue) = 145+43+43=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #912B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B2B is #6ED4D4. Grayscale: #494949. Windows color (decimal): -7263445 or 2829201. OLE color: 2829201.

HSL color Cylindrical-coordinate representation of color #912B2B: hue angle of 0º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912B2B is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1454343-
CMYK00.700.700.43
HSL54.26%36.86%-
HSV(B)70.34%56.86%-
XYZ12.987.923.13-
YUV73.5110.79179-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=62.77%
G=18.61%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145434300.700.700.43054.2636.86
Hex912B2B046462B03625
Octal221535301061065306645
Binary100100011010111010110100011010001101010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,43,43); }

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

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

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

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

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

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

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