#97200E

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

Shades of Mandarian Orange #97200E

Tints of Mandarian Orange #97200E

Color information

#97200E (or 0x97200E) is unknown color: approx Mandarian Orange. HEX triplet: 97, 20 and 0E. RGB value is (151,32,14). Sum of RGB (Red+Green+Blue) = 151+32+14=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200E is #68DFF1. Grayscale: #414141. Windows color (decimal): -6873074 or 925847. OLE color: 925847.

HSL color Cylindrical-coordinate representation of color #97200E: hue angle of 7.88º degrees, saturation: 0.83, 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 #97200E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1513214-
CMYK00.790.910.41
HSL7.88º83.03%32.35%-
HSV(B)7.88º90.73%59.22%-
XYZ13.367.641.19-
YUV65.5398.92188.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=76.65%
G=16.24%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151321400.790.910.417.8883.0332.35
Hex9720E04F5B2985320
Octal22740160117133511012340
Binary10010111100000111001001111101101110100110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,32,14); }

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

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

 a { background-color: rgb(151,32,14); }

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

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

 span { border-color: rgb(151,32,14); }

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