#912b21

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

Shades of Mandarian Orange #912B21

Tints of Mandarian Orange #912B21

Color information

#912B21 (or 0x912B21) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2B and 21. RGB value is (145,43,33). Sum of RGB (Red+Green+Blue) = 145+43+33=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B21 is #6ED4DE. Grayscale: #484848. Windows color (decimal): -7263455 or 2173841. OLE color: 2173841.

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

Color convert

RGB1454333-
CMYK00.700.770.43
HSL5.36º62.92%34.9%-
HSV(B)5.36º77.24%56.86%-
XYZ12.827.862.28-
YUV72.36105.79179.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.61%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=65.61%
G=19.46%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145433300.700.770.435.3662.9234.9
Hex912B210464D2B53f23
Octal221534101061155357743
Binary10010001101011100001010001101001101101011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912b21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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