#982114

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

Shades of Mandarian Orange #982114

Tints of Mandarian Orange #982114

Color information

#982114 (or 0x982114) is unknown color: approx Mandarian Orange. HEX triplet: 98, 21 and 14. RGB value is (152,33,20). Sum of RGB (Red+Green+Blue) = 152+33+20=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #982114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982114 is #67DEEB. Grayscale: #434343. Windows color (decimal): -6807276 or 1319320. OLE color: 1319320.

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

Color convert

RGB1523320-
CMYK00.780.870.40
HSL5.91º76.74%33.73%-
HSV(B)5.91º86.84%59.61%-
XYZ13.627.811.45-
YUV67.1101.42188.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.15%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=74.15%
G=16.10%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152332000.780.870.405.9176.7433.73
Hex98211404E572864d22
Octal2304124011612750611542
Binary10011000100001101000100111010101111010001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982114; }

 p { color: rgb(152,33,20); }

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

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

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

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

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

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

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