#922725

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

Shades of Mandarian Orange #922725

Tints of Mandarian Orange #922725

Color information

#922725 (or 0x922725) is unknown color: approx Mandarian Orange. HEX triplet: 92, 27 and 25. RGB value is (146,39,37). Sum of RGB (Red+Green+Blue) = 146+39+37=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #922725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922725 is #6DD8DA. Grayscale: #464646. Windows color (decimal): -7198939 or 2434962. OLE color: 2434962.

HSL color Cylindrical-coordinate representation of color #922725: hue angle of 1.1º 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 #922725 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1463937-
CMYK00.730.750.43
HSL1.1º59.56%35.88%-
HSV(B)1.1º74.66%57.25%-
XYZ12.917.72.56-
YUV70.76108.95181.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.77%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=65.77%
G=17.57%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146393700.730.750.431.159.5635.88
Hex9227250494B2B13c24
Octal222474501111135317444
Binary100100101001111001010100100110010111010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922725; }

 p { color: rgb(146,39,37); }

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

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

 a { background-color: rgb(146,39,37); }

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

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

 span { border-color: rgb(146,39,37); }

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