#992A23

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

Shades of Mandarian Orange #992A23

Tints of Mandarian Orange #992A23

Color information

#992A23 (or 0x992A23) is unknown color: approx Mandarian Orange. HEX triplet: 99, 2A and 23. RGB value is (153,42,35). Sum of RGB (Red+Green+Blue) = 153+42+35=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #992A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A23 is #66D5DC. Grayscale: #4A4A4A. Windows color (decimal): -6739421 or 2304665. OLE color: 2304665.

HSL color Cylindrical-coordinate representation of color #992A23: hue angle of 3.56º 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 #992A23 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB1534235-
CMYK00.730.770.4
HSL3.56º62.77%36.86%-
HSV(B)3.56º77.12%60%-
XYZ14.278.552.49-
YUV74.39105.77184.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 35 (14.06% from 255) = 15.22%
R=66.52%
G=18.26%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153423500.730.770.43.5662.7736.86
Hex992A230494D2843f25
Octal231524301111155047745
Binary10011001101010100011010010011001101101000100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A23; }

 p { color: rgb(153,42,35); }

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

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

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

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

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

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

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