#97200B

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

Shades of Mandarian Orange #97200B

Tints of Mandarian Orange #97200B

Color information

#97200B (or 0x97200B) is unknown color: approx Mandarian Orange. HEX triplet: 97, 20 and 0B. RGB value is (151,32,11). Sum of RGB (Red+Green+Blue) = 151+32+11=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #97200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200B is #68DFF4. Grayscale: #414141. Windows color (decimal): -6873077 or 729239. OLE color: 729239.

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

Color convert

RGB1513211-
CMYK00.790.930.41
HSL86.42%31.76%-
HSV(B)92.72%59.22%-
XYZ13.347.641.09-
YUV65.1997.42189.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.84%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=77.84%
G=16.49%
B=5.67%

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
Decimal151321100.790.930.41986.4231.76
Hex9720B04F5D2995620
Octal22740130117135511112640
Binary10010111100000101101001111101110110100110011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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