#922B26

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

Shades of Mandarian Orange #922B26

Tints of Mandarian Orange #922B26

Color information

#922B26 (or 0x922B26) is unknown color: approx Mandarian Orange. HEX triplet: 92, 2B and 26. RGB value is (146,43,38). Sum of RGB (Red+Green+Blue) = 146+43+38=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #922B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B26 is #6DD4D9. Grayscale: #494949. Windows color (decimal): -7197914 or 2501522. OLE color: 2501522.

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

Color convert

RGB1464338-
CMYK00.710.740.43
HSL2.78º58.7%36.08%-
HSV(B)2.78º73.97%57.25%-
XYZ13.077.982.69-
YUV73.23108.12179.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=64.32%
G=18.94%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146433800.710.740.432.7858.736.08
Hex922B260474A2B33b24
Octal222534601071125337344
Binary1001001010101110011001000111100101010101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,43,38); }

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

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

 a { background-color: rgb(146,43,38); }

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

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

 span { border-color: rgb(146,43,38); }

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