#982218

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

Shades of Mandarian Orange #982218

Tints of Mandarian Orange #982218

Color information

#982218 (or 0x982218) is unknown color: approx Mandarian Orange. HEX triplet: 98, 22 and 18. RGB value is (152,34,24). Sum of RGB (Red+Green+Blue) = 152+34+24=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982218 is #67DDE7. Grayscale: #444444. Windows color (decimal): -6807016 or 1581720. OLE color: 1581720.

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

Color convert

RGB1523424-
CMYK00.780.840.40
HSL4.69º72.73%34.51%-
HSV(B)4.69º84.21%59.61%-
XYZ13.697.891.66-
YUV68.14103.09187.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.38%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=72.38%
G=16.19%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152342400.780.840.404.6972.7334.51
Hex98221804E542854923
Octal2304230011612450511143
Binary10011000100010110000100111010101001010001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982218; }

 p { color: rgb(152,34,24); }

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

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

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

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

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

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

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