#922321

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

Shades of Mandarian Orange #922321

Tints of Mandarian Orange #922321

Color information

#922321 (or 0x922321) is unknown color: approx Mandarian Orange. HEX triplet: 92, 23 and 21. RGB value is (146,35,33). Sum of RGB (Red+Green+Blue) = 146+35+33=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #922321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922321 is #6DDCDE. Grayscale: #444444. Windows color (decimal): -7199967 or 2171794. OLE color: 2171794.

HSL color Cylindrical-coordinate representation of color #922321: hue angle of 1.06º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922321 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1463533-
CMYK00.760.770.43
HSL1.06º63.13%35.1%-
HSV(B)1.06º77.4%57.25%-
XYZ12.737.422.2-
YUV67.96108.27183.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=68.22%
G=16.36%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146353300.760.770.431.0663.1335.1
Hex92232104C4D2B13f23
Octal222434101141155317743
Binary100100101000111000010100110010011011010111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922321; }

 p { color: rgb(146,35,33); }

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

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

 a { background-color: rgb(146,35,33); }

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

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

 span { border-color: rgb(146,35,33); }

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