#922A24

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

Shades of Mandarian Orange #922A24

Tints of Mandarian Orange #922A24

Color information

#922A24 (or 0x922A24) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2A and 24. RGB value is (146,42,36). Sum of RGB (Red+Green+Blue) = 146+42+36=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #922A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A24 is #6DD5DB. Grayscale: #484848. Windows color (decimal): -7198172 or 2370194. OLE color: 2370194.

HSL color Cylindrical-coordinate representation of color #922A24: hue angle of 3.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922A24 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1464236-
CMYK00.710.750.43
HSL3.27º60.44%35.69%-
HSV(B)3.27º75.34%57.25%-
XYZ137.892.51-
YUV72.41107.46180.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.18%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=65.18%
G=18.75%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146423600.710.750.433.2760.4435.69
Hex922A240474B2B33c24
Octal222524401071135337444
Binary1001001010101010010001000111100101110101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922A24; }

 p { color: rgb(146,42,36); }

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

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

 a { background-color: rgb(146,42,36); }

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

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

 span { border-color: rgb(146,42,36); }

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