#8B2828

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

Shades of Mandarian Orange #8B2828

Tints of Mandarian Orange #8B2828

Color information

#8B2828 (or 0x8B2828) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 28 and 28. RGB value is (139,40,40). Sum of RGB (Red+Green+Blue) = 139+40+40=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2828 is #74D7D7. Grayscale: #454545. Windows color (decimal): -7657432 or 2631819. OLE color: 2631819.

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

Color convert

RGB1394040-
CMYK00.710.710.45
HSL55.31%35.1%-
HSV(B)71.22%54.51%-
XYZ11.797.162.77-
YUV69.6111.3177.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=63.47%
G=18.26%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139404000.710.710.45055.3135.1
Hex8B2828047472D03723
Octal213505001071075506743
Binary100010111010001010000100011110001111011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,40); }

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

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

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

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

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

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

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