#981615

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

Shades of Mandarian Orange #981615

Tints of Mandarian Orange #981615

Color information

#981615 (or 0x981615) is unknown color: approx Mandarian Orange. HEX triplet: 98, 16 and 15. RGB value is (152,22,21). Sum of RGB (Red+Green+Blue) = 152+22+21=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981615 is #67E9EA. Grayscale: #3C3C3C. Windows color (decimal): -6810091 or 1382040. OLE color: 1382040.

HSL color Cylindrical-coordinate representation of color #981615: hue angle of 0.46º 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 #981615 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1522221-
CMYK00.860.860.40
HSL0.46º75.72%33.92%-
HSV(B)0.46º86.18%59.61%-
XYZ13.377.31.41-
YUV60.76105.57193.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=77.95%
G=11.28%
B=10.77%

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
Decimal152222100.860.860.400.4675.7233.92
Hex981615056562804c22
Octal2302625012612650011442
Binary10011000101101010101010110101011010100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981615; }

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

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

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

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

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

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

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

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