#99261E

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

Shades of Mandarian Orange #99261E

Tints of Mandarian Orange #99261E

Color information

#99261E (or 0x99261E) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 1E. RGB value is (153,38,30). Sum of RGB (Red+Green+Blue) = 153+38+30=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #99261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99261E is #66D9E1. Grayscale: #474747. Windows color (decimal): -6740450 or 1975961. OLE color: 1975961.

HSL color Cylindrical-coordinate representation of color #99261E: hue angle of 3.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99261E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1533830-
CMYK00.750.800.4
HSL3.9º67.21%35.88%-
HSV(B)3.9º80.39%60%-
XYZ14.068.252.08-
YUV71.47104.6186.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=69.23%
G=17.19%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153383000.750.800.43.967.2135.88
Hex99261E04B502844324
Octal2314636011312050410344
Binary10011001100110111100100101110100001010001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99261E; }

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

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

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

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

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

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

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

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