#982822

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

Shades of Mandarian Orange #982822

Tints of Mandarian Orange #982822

Color information

#982822 (or 0x982822) is unknown color: approx Mandarian Orange. HEX triplet: 98, 28 and 22. RGB value is (152,40,34). Sum of RGB (Red+Green+Blue) = 152+40+34=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982822 is #67D7DD. Grayscale: #484848. Windows color (decimal): -6805470 or 2238616. OLE color: 2238616.

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

Color convert

RGB1524034-
CMYK00.740.780.40
HSL3.05º63.44%36.47%-
HSV(B)3.05º77.63%59.61%-
XYZ148.312.38-
YUV72.8106.11184.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 34 (13.67% from 255) = 15.04%
R=67.26%
G=17.70%
B=15.04%

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
Decimal152403400.740.780.403.0563.4436.47
Hex98282204A4E2833f24
Octal230504201121165037744
Binary1001100010100010001001001010100111010100011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982822; }

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

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

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

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

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

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

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

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