#97231E

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

Shades of Mandarian Orange #97231E

Tints of Mandarian Orange #97231E

Color information

#97231E (or 0x97231E) is unknown color: approx Mandarian Orange. HEX triplet: 97, 23 and 1E. RGB value is (151,35,30). Sum of RGB (Red+Green+Blue) = 151+35+30=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #97231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97231E is #68DCE1. Grayscale: #454545. Windows color (decimal): -6872290 or 1975191. OLE color: 1975191.

HSL color Cylindrical-coordinate representation of color #97231E: hue angle of 2.48º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97231E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1513530-
CMYK00.770.800.41
HSL2.48º66.85%35.49%-
HSV(B)2.48º80.13%59.22%-
XYZ13.67.882.03-
YUV69.11105.93186.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.91%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=69.91%
G=16.20%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151353000.770.800.412.4866.8535.49
Hex97231E04D502924323
Octal2274336011512051210343
Binary1001011110001111110010011011010000101001101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,35,30); }

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

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

 a { background-color: rgb(151,35,30); }

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

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

 span { border-color: rgb(151,35,30); }

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