#981D0A

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

Shades of Mandarian Orange #981D0A

Tints of Mandarian Orange #981D0A

Color information

#981D0A (or 0x981D0A) is unknown color: approx Mandarian Orange. HEX triplet: 98, 1D and 0A. RGB value is (152,29,10). Sum of RGB (Red+Green+Blue) = 152+29+10=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #981D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D0A is #67E2F5. Grayscale: #3F3F3F. Windows color (decimal): -6808310 or 662936. OLE color: 662936.

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

Color convert

RGB1522910-
CMYK00.810.930.40
HSL8.03º87.65%31.76%-
HSV(B)8.03º93.42%59.61%-
XYZ13.447.581.04-
YUV63.6197.75191.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=79.58%
G=15.18%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152291000.810.930.408.0387.6531.76
Hex981DA0515D2885820
Octal23035120121135501013040
Binary1001100011101101001010001101110110100010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,29,10); }

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

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

 a { background-color: rgb(152,29,10); }

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

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

 span { border-color: rgb(152,29,10); }

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