#982323

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

Shades of Mandarian Orange #982323

Tints of Mandarian Orange #982323

Color information

#982323 (or 0x982323) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 23. RGB value is (152,35,35). Sum of RGB (Red+Green+Blue) = 152+35+35=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #982323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982323 is #67DCDC. Grayscale: #464646. Windows color (decimal): -6806749 or 2302872. OLE color: 2302872.

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

Color convert

RGB1523535-
CMYK00.770.770.40
HSL62.57%36.67%-
HSV(B)76.97%59.61%-
XYZ13.8582.4-
YUV69.98108.26186.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=68.47%
G=15.77%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152353500.770.770.40062.5736.67
Hex98232304D4D2803f25
Octal230434301151155007745
Binary100110001000111000110100110110011011010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982323; }

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

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

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

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

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

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

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

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