#992315

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

Shades of Mandarian Orange #992315

Tints of Mandarian Orange #992315

Color information

#992315 (or 0x992315) is unknown color: approx Mandarian Orange. HEX triplet: 99, 23 and 15. RGB value is (153,35,21). Sum of RGB (Red+Green+Blue) = 153+35+21=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992315 is #66DCEA. Grayscale: #444444. Windows color (decimal): -6741227 or 1385369. OLE color: 1385369.

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

Color convert

RGB1533521-
CMYK00.770.860.4
HSL6.36º75.86%34.12%-
HSV(B)6.36º86.27%60%-
XYZ13.878.031.53-
YUV68.69101.09188.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=73.21%
G=16.75%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153352100.770.860.46.3675.8634.12
Hex99231504D562864c22
Octal2314325011512650611442
Binary10011001100011101010100110110101101010001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992315; }

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

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

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

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

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

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

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

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