#8B2219

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

Shades of Mandarian Orange #8B2219

Tints of Mandarian Orange #8B2219

Color information

#8B2219 (or 0x8B2219) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 22 and 19. RGB value is (139,34,25). Sum of RGB (Red+Green+Blue) = 139+34+25=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2219 is #74DDE6. Grayscale: #404040. Windows color (decimal): -7658983 or 1647243. OLE color: 1647243.

HSL color Cylindrical-coordinate representation of color #8B2219: hue angle of 4.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B2219 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1393425-
CMYK00.760.820.45
HSL4.74º69.51%32.16%-
HSV(B)4.74º82.01%54.51%-
XYZ11.396.71.61-
YUV64.37105.79181.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 70.20%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=70.20%
G=17.17%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139342500.760.820.454.7469.5132.16
Hex8B221904C522D54620
Octal2134231011412255510640
Binary10001011100010110010100110010100101011011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2219; }

 p { color: rgb(139,34,25); }

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

<style>
 a { background-color: #8B2219; }

 a { background-color: rgb(139,34,25); }

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

<style>
 span { border-color: #8B2219; }

 span { border-color: rgb(139,34,25); }

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