#981C1A

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

Shades of Mandarian Orange #981C1A

Tints of Mandarian Orange #981C1A

Color information

#981C1A (or 0x981C1A) is unknown color: approx Mandarian Orange. HEX triplet: 98, 1C and 1A. RGB value is (152,28,26). Sum of RGB (Red+Green+Blue) = 152+28+26=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #981C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C1A is #67E3E5. Grayscale: #404040. Windows color (decimal): -6808550 or 1711256. OLE color: 1711256.

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

Color convert

RGB1522826-
CMYK00.820.830.40
HSL0.95º70.79%34.9%-
HSV(B)0.95º82.89%59.61%-
XYZ13.557.581.73-
YUV64.85106.08190.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=73.79%
G=13.59%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152282600.820.830.400.9570.7934.9
Hex981C1A052532814723
Octal2303432012212350110743
Binary10011000111001101001010010101001110100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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