#99270A

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

Shades of Mandarian Orange #99270A

Tints of Mandarian Orange #99270A

Color information

#99270A (or 0x99270A) is unknown color: approx Mandarian Orange. HEX triplet: 99, 27 and 0A. RGB value is (153,39,10). Sum of RGB (Red+Green+Blue) = 153+39+10=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99270A is #66D8F5. Grayscale: #464646. Windows color (decimal): -6740214 or 665497. OLE color: 665497.

HSL color Cylindrical-coordinate representation of color #99270A: hue angle of 12.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99270A is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1533910-
CMYK00.750.930.4
HSL12.17º87.73%31.96%-
HSV(B)12.17º93.46%60%-
XYZ13.928.251.15-
YUV69.7894.27187.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=75.74%
G=19.31%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153391000.750.930.412.1787.7331.96
Hex9927A04B5D28c5820
Octal23147120113135501413040
Binary10011001100111101001001011101110110100011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99270A; }

 p { color: rgb(153,39,10); }

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

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

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

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

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

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

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