#97200D

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

Shades of Mandarian Orange #97200D

Tints of Mandarian Orange #97200D

Color information

#97200D (or 0x97200D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 20 and 0D. RGB value is (151,32,13). Sum of RGB (Red+Green+Blue) = 151+32+13=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #97200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200D is #68DFF2. Grayscale: #414141. Windows color (decimal): -6873075 or 860311. OLE color: 860311.

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

Color convert

RGB1513213-
CMYK00.790.910.41
HSL8.26º84.15%32.16%-
HSV(B)8.26º91.39%59.22%-
XYZ13.357.641.15-
YUV65.4298.42189.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.04%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=77.04%
G=16.33%
B=6.63%

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
Decimal151321300.790.910.418.2684.1532.16
Hex9720D04F5B2985420
Octal22740150117133511012440
Binary10010111100000110101001111101101110100110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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