#981515

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

Shades of Mandarian Orange #981515

Tints of Mandarian Orange #981515

Color information

#981515 (or 0x981515) is unknown color: approx Mandarian Orange. HEX triplet: 98, 15 and 15. RGB value is (152,21,21). Sum of RGB (Red+Green+Blue) = 152+21+21=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981515 is #67EAEA. Grayscale: #3C3C3C. Windows color (decimal): -6810347 or 1381784. OLE color: 1381784.

HSL color Cylindrical-coordinate representation of color #981515: hue angle of 0º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981515 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1522121-
CMYK00.860.860.40
HSL75.72%33.92%-
HSV(B)86.18%59.61%-
XYZ13.357.271.41-
YUV60.17105.9193.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.35%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=78.35%
G=10.82%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152212100.860.860.40075.7233.92
Hex981515056562804c22
Octal2302525012612650011442
Binary10011000101011010101010110101011010100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981515; }

 p { color: rgb(152,21,21); }

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

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

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

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

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

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

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