#97270D

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

Shades of Mandarian Orange #97270D

Tints of Mandarian Orange #97270D

Color information

#97270D (or 0x97270D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 27 and 0D. RGB value is (151,39,13). Sum of RGB (Red+Green+Blue) = 151+39+13=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #97270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97270D is #68D8F2. Grayscale: #454545. Windows color (decimal): -6871283 or 862103. OLE color: 862103.

HSL color Cylindrical-coordinate representation of color #97270D: hue angle of 11.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97270D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1513913-
CMYK00.740.910.41
HSL11.3º84.15%32.16%-
HSV(B)11.3º91.39%59.22%-
XYZ13.568.061.22-
YUV69.5296.11186.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=74.38%
G=19.21%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151391300.740.910.4111.384.1532.16
Hex9727D04A5B29b5420
Octal22747150112133511312440
Binary10010111100111110101001010101101110100110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97270D; }

 p { color: rgb(151,39,13); }

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

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

 a { background-color: rgb(151,39,13); }

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

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

 span { border-color: rgb(151,39,13); }

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