#9B241B

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

Shades of Mandarian Orange #9B241B

Tints of Mandarian Orange #9B241B

Color information

#9B241B (or 0x9B241B) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 24 and 1B. RGB value is (155,36,27). Sum of RGB (Red+Green+Blue) = 155+36+27=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B241B is #64DBE4. Grayscale: #464646. Windows color (decimal): -6609893 or 1778843. OLE color: 1778843.

HSL color Cylindrical-coordinate representation of color #9B241B: hue angle of 4.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B241B is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1553627-
CMYK00.770.830.39
HSL4.22º70.33%35.69%-
HSV(B)4.22º82.58%60.78%-
XYZ14.358.311.88-
YUV70.56103.42188.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=71.10%
G=16.51%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155362700.770.830.394.2270.3335.69
Hex9B241B04D532744624
Octal2334433011512347410644
Binary10011011100100110110100110110100111001111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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