#922A29

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

Shades of Mandarian Orange #922A29

Tints of Mandarian Orange #922A29

Color information

#922A29 (or 0x922A29) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2A and 29. RGB value is (146,42,41). Sum of RGB (Red+Green+Blue) = 146+42+41=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #922A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A29 is #6DD5D6. Grayscale: #494949. Windows color (decimal): -7198167 or 2697874. OLE color: 2697874.

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

Color convert

RGB1464241-
CMYK00.710.720.43
HSL0.57º56.15%36.67%-
HSV(B)0.57º71.92%57.25%-
XYZ13.087.932.94-
YUV72.98109.96180.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.76%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=63.76%
G=18.34%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146424100.710.720.430.5756.1536.67
Hex922A29047482B13825
Octal222525101071105317045
Binary100100101010101010010100011110010001010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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