#981A0D

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

Shades of Mandarian Orange #981A0D

Tints of Mandarian Orange #981A0D

Color information

#981A0D (or 0x981A0D) is unknown color: approx Mandarian Orange. HEX triplet: 98, 1A and 0D. RGB value is (152,26,13). Sum of RGB (Red+Green+Blue) = 152+26+13=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #981A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A0D is #67E5F2. Grayscale: #3E3E3E. Windows color (decimal): -6809075 or 858776. OLE color: 858776.

HSL color Cylindrical-coordinate representation of color #981A0D: hue angle of 5.61º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #981A0D is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1522613-
CMYK00.830.910.40
HSL5.61º84.24%32.35%-
HSV(B)5.61º91.45%59.61%-
XYZ13.397.441.11-
YUV62.19100.24192.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=79.58%
G=13.61%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152261300.830.910.405.6184.2432.35
Hex981AD0535B2865420
Octal2303215012313350612440
Binary100110001101011010101001110110111010001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A0D; }

 p { color: rgb(152,26,13); }

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

<style>
 a { background-color: #981A0D; }

 a { background-color: rgb(152,26,13); }

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

<style>
 span { border-color: #981A0D; }

 span { border-color: rgb(152,26,13); }

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