#982715

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

Shades of Mandarian Orange #982715

Tints of Mandarian Orange #982715

Color information

#982715 (or 0x982715) is unknown color: approx Mandarian Orange. HEX triplet: 98, 27 and 15. RGB value is (152,39,21). Sum of RGB (Red+Green+Blue) = 152+39+21=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982715 is #67D8EA. Grayscale: #464646. Windows color (decimal): -6805739 or 1386392. OLE color: 1386392.

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

Color convert

RGB1523921-
CMYK00.740.860.40
HSL8.24º75.72%33.92%-
HSV(B)8.24º86.18%59.61%-
XYZ13.818.181.56-
YUV70.7499.94185.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=71.70%
G=18.40%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152392100.740.860.408.2475.7233.92
Hex98271504A562884c22
Octal23047250112126501011442
Binary100110001001111010101001010101011010100010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982715; }

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

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

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

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

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

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

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

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