#982221

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

Shades of Mandarian Orange #982221

Tints of Mandarian Orange #982221

Color information

#982221 (or 0x982221) is unknown color: approx Mandarian Orange. HEX triplet: 98, 22 and 21. RGB value is (152,34,33). Sum of RGB (Red+Green+Blue) = 152+34+33=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #982221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982221 is #67DDDE. Grayscale: #454545. Windows color (decimal): -6807007 or 2171544. OLE color: 2171544.

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

Color convert

RGB1523433-
CMYK00.780.780.40
HSL0.5º64.32%36.27%-
HSV(B)0.5º78.29%59.61%-
XYZ13.87.932.24-
YUV69.17107.59187.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=69.41%
G=15.53%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152343300.780.780.400.564.3236.27
Hex98222104E4E2814024
Octal2304241011611650110044
Binary1001100010001010000101001110100111010100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982221; }

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

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

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

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

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

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

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

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