#982322

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

Shades of Mandarian Orange #982322

Tints of Mandarian Orange #982322

Color information

#982322 (or 0x982322) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 22. RGB value is (152,35,34). Sum of RGB (Red+Green+Blue) = 152+35+34=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #982322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982322 is #67DCDD. Grayscale: #454545. Windows color (decimal): -6806750 or 2237336. OLE color: 2237336.

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

Color convert

RGB1523534-
CMYK00.770.780.40
HSL0.51º63.44%36.47%-
HSV(B)0.51º77.63%59.61%-
XYZ13.847.992.33-
YUV69.87107.76186.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=68.78%
G=15.84%
B=15.38%

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
Decimal152353400.770.780.400.5163.4436.47
Hex98232204D4E2813f24
Octal230434201151165017744
Binary100110001000111000100100110110011101010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982322; }

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

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

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

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

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

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

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

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