#97251B

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

Shades of Mandarian Orange #97251B

Tints of Mandarian Orange #97251B

Color information

#97251B (or 0x97251B) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 1B. RGB value is (151,37,27). Sum of RGB (Red+Green+Blue) = 151+37+27=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #97251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97251B is #68DAE4. Grayscale: #464646. Windows color (decimal): -6871781 or 1779095. OLE color: 1779095.

HSL color Cylindrical-coordinate representation of color #97251B: hue angle of 4.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97251B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1513727-
CMYK00.750.820.41
HSL4.84º69.66%34.9%-
HSV(B)4.84º82.12%59.22%-
XYZ13.627.981.86-
YUV69.95103.77185.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=70.23%
G=17.21%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151372700.750.820.414.8469.6634.9
Hex97251B04B522954623
Octal2274533011312251510643
Binary10010111100101110110100101110100101010011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,37,27); }

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

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

 a { background-color: rgb(151,37,27); }

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

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

 span { border-color: rgb(151,37,27); }

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