#992525

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

Shades of Mandarian Orange #992525

Tints of Mandarian Orange #992525

Color information

#992525 (or 0x992525) is unknown color: approx Mandarian Orange. HEX triplet: 99, 25 and 25. RGB value is (153,37,37). Sum of RGB (Red+Green+Blue) = 153+37+37=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992525 is #66DADA. Grayscale: #474747. Windows color (decimal): -6740699 or 2434457. OLE color: 2434457.

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

Color convert

RGB1533737-
CMYK00.760.760.4
HSL61.05%37.25%-
HSV(B)75.82%60%-
XYZ14.138.232.59-
YUV71.68108.43186-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.40%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=67.40%
G=16.30%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153373700.760.760.4061.0537.25
Hex99252504C4C2803d25
Octal231454501141145007545
Binary100110011001011001010100110010011001010000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992525; }

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

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

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

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

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

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

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

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