#97200A

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

Shades of Mandarian Orange #97200A

Tints of Mandarian Orange #97200A

Color information

#97200A (or 0x97200A) is unknown color: approx Mandarian Orange. HEX triplet: 97, 20 and 0A. RGB value is (151,32,10). Sum of RGB (Red+Green+Blue) = 151+32+10=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #97200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200A is #68DFF5. Grayscale: #414141. Windows color (decimal): -6873078 or 663703. OLE color: 663703.

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

Color convert

RGB1513210-
CMYK00.790.930.41
HSL9.36º87.58%31.57%-
HSV(B)9.36º93.38%59.22%-
XYZ13.337.631.06-
YUV65.0796.92189.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.24%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=78.24%
G=16.58%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151321000.790.930.419.3687.5831.57
Hex9720A04F5D2995820
Octal22740120117135511113040
Binary10010111100000101001001111101110110100110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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