#992422

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

Shades of Mandarian Orange #992422

Tints of Mandarian Orange #992422

Color information

#992422 (or 0x992422) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 22. RGB value is (153,36,34). Sum of RGB (Red+Green+Blue) = 153+36+34=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #992422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992422 is #66DBDD. Grayscale: #464646. Windows color (decimal): -6740958 or 2237593. OLE color: 2237593.

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

Color convert

RGB1533634-
CMYK00.760.780.4
HSL1.01º63.64%36.67%-
HSV(B)1.01º77.78%60%-
XYZ14.068.152.35-
YUV70.76107.26186.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.61%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=68.61%
G=16.14%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153363400.760.780.41.0163.6436.67
Hex99242204C4E2814025
Octal2314442011411650110045
Binary1001100110010010001001001100100111010100011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992422; }

 p { color: rgb(153,36,34); }

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

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

 a { background-color: rgb(153,36,34); }

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

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

 span { border-color: rgb(153,36,34); }

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