#982722

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

Shades of Mandarian Orange #982722

Tints of Mandarian Orange #982722

Color information

#982722 (or 0x982722) is unknown color: approx Mandarian Orange. HEX triplet: 98, 27 and 22. RGB value is (152,39,34). Sum of RGB (Red+Green+Blue) = 152+39+34=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #982722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982722 is #67D8DD. Grayscale: #484848. Windows color (decimal): -6805726 or 2238360. OLE color: 2238360.

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

Color convert

RGB1523934-
CMYK00.740.780.40
HSL2.54º63.44%36.47%-
HSV(B)2.54º77.63%59.61%-
XYZ13.968.242.37-
YUV72.22106.44184.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=67.56%
G=17.33%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152393400.740.780.402.5463.4436.47
Hex98272204A4E2833f24
Octal230474201121165037744
Binary1001100010011110001001001010100111010100011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982722; }

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

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

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

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

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

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

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

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