#9D231B

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

Shades of Mandarian Orange #9D231B

Tints of Mandarian Orange #9D231B

Color information

#9D231B (or 0x9D231B) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 23 and 1B. RGB value is (157,35,27). Sum of RGB (Red+Green+Blue) = 157+35+27=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D231B is #62DCE4. Grayscale: #464646. Windows color (decimal): -6479077 or 1778589. OLE color: 1778589.

HSL color Cylindrical-coordinate representation of color #9D231B: hue angle of 3.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D231B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB1573527-
CMYK00.780.830.38
HSL3.69º70.65%36.08%-
HSV(B)3.69º82.8%61.57%-
XYZ14.78.451.89-
YUV70.57103.42189.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.69%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=71.69%
G=15.98%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157352700.780.830.383.6970.6536.08
Hex9D231B04E532644724
Octal2354333011612346410744
Binary10011101100011110110100111010100111001101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D231B; }

 p { color: rgb(157,35,27); }

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

<style>
 a { background-color: #9D231B; }

 a { background-color: rgb(157,35,27); }

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

<style>
 span { border-color: #9D231B; }

 span { border-color: rgb(157,35,27); }

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