#992915

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

Shades of Mandarian Orange #992915

Tints of Mandarian Orange #992915

Color information

#992915 (or 0x992915) is unknown color: approx Mandarian Orange. HEX triplet: 99, 29 and 15. RGB value is (153,41,21). Sum of RGB (Red+Green+Blue) = 153+41+21=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #992915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992915 is #66D6EA. Grayscale: #484848. Windows color (decimal): -6739691 or 1386905. OLE color: 1386905.

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

Color convert

RGB1534121-
CMYK00.730.860.4
HSL9.09º75.86%34.12%-
HSV(B)9.09º86.27%60%-
XYZ14.078.411.59-
YUV72.2199.11185.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=71.16%
G=19.07%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153412100.730.860.49.0975.8634.12
Hex992915049562894c22
Octal23151250111126501111442
Binary100110011010011010101001001101011010100010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992915; }

 p { color: rgb(153,41,21); }

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

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

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

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

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

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

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