#922315

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

Shades of Mandarian Orange #922315

Tints of Mandarian Orange #922315

Color information

#922315 (or 0x922315) is unknown color: approx Mandarian Orange. HEX triplet: 92, 23 and 15. RGB value is (146,35,21). Sum of RGB (Red+Green+Blue) = 146+35+21=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #922315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922315 is #6DDCEA. Grayscale: #424242. Windows color (decimal): -7199979 or 1385362. OLE color: 1385362.

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

Color convert

RGB1463521-
CMYK00.760.860.43
HSL6.72º74.85%32.75%-
HSV(B)6.72º85.62%57.25%-
XYZ12.597.371.47-
YUV66.59102.27184.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.28%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=72.28%
G=17.33%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146352100.760.860.436.7274.8532.75
Hex92231504C562B74b21
Octal2224325011412653711341
Binary10010010100011101010100110010101101010111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922315; }

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

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

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

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

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

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

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

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