#982321

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

Shades of Mandarian Orange #982321

Tints of Mandarian Orange #982321

Color information

#982321 (or 0x982321) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 21. RGB value is (152,35,33). Sum of RGB (Red+Green+Blue) = 152+35+33=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #982321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982321 is #67DCDE. Grayscale: #454545. Windows color (decimal): -6806751 or 2171800. OLE color: 2171800.

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

Color convert

RGB1523533-
CMYK00.770.780.40
HSL1.01º64.32%36.27%-
HSV(B)1.01º78.29%59.61%-
XYZ13.827.992.25-
YUV69.76107.26186.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 33 (13.28% from 255) = 15%
R=69.09%
G=15.91%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152353300.770.780.401.0164.3236.27
Hex98232104D4E2814024
Octal2304341011511650110044
Binary1001100010001110000101001101100111010100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982321; }

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

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

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

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

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

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

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

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