#992625

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

Shades of Mandarian Orange #992625

Tints of Mandarian Orange #992625

Color information

#992625 (or 0x992625) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 25. RGB value is (153,38,37). Sum of RGB (Red+Green+Blue) = 153+38+37=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #992625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992625 is #66D9DA. Grayscale: #484848. Windows color (decimal): -6740443 or 2434713. OLE color: 2434713.

HSL color Cylindrical-coordinate representation of color #992625: hue angle of 0.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992625 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1533837-
CMYK00.750.760.4
HSL0.52º61.05%37.25%-
HSV(B)0.52º75.82%60%-
XYZ14.168.292.6-
YUV72.27108.1185.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 16.23%
R=67.11%
G=16.67%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153383700.750.760.40.5261.0537.25
Hex99262504B4C2813d25
Octal231464501131145017545
Binary100110011001101001010100101110011001010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992625; }

 p { color: rgb(153,38,37); }

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

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

 a { background-color: rgb(153,38,37); }

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

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

 span { border-color: rgb(153,38,37); }

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