#981715

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

Shades of Mandarian Orange #981715

Tints of Mandarian Orange #981715

Color information

#981715 (or 0x981715) is unknown color: approx Mandarian Orange. HEX triplet: 98, 17 and 15. RGB value is (152,23,21). Sum of RGB (Red+Green+Blue) = 152+23+21=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981715 is #67E8EA. Grayscale: #3D3D3D. Windows color (decimal): -6809835 or 1382296. OLE color: 1382296.

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

Color convert

RGB1522321-
CMYK00.850.860.40
HSL0.92º75.72%33.92%-
HSV(B)0.92º86.18%59.61%-
XYZ13.397.341.42-
YUV61.34105.24192.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.55%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=77.55%
G=11.73%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152232100.850.860.400.9275.7233.92
Hex981715055562814c22
Octal2302725012512650111442
Binary10011000101111010101010101101011010100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981715; }

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

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

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

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

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

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

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

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