#9B261D

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

Shades of Mandarian Orange #9B261D

Tints of Mandarian Orange #9B261D

Color information

#9B261D (or 0x9B261D) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 1D. RGB value is (155,38,29). Sum of RGB (Red+Green+Blue) = 155+38+29=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B261D is #64D9E2. Grayscale: #484848. Windows color (decimal): -6609379 or 1910427. OLE color: 1910427.

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

Color convert

RGB1553829-
CMYK00.750.810.39
HSL4.29º68.48%36.08%-
HSV(B)4.29º81.29%60.78%-
XYZ14.438.442.03-
YUV71.96103.76187.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 29 (11.72% from 255) = 13.06%
R=69.82%
G=17.12%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155382900.750.810.394.2968.4836.08
Hex9B261D04B512744424
Octal2334635011312147410444
Binary10011011100110111010100101110100011001111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,29); }

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

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

 a { background-color: rgb(155,38,29); }

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

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

 span { border-color: rgb(155,38,29); }

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