#97251F

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

Shades of Mandarian Orange #97251F

Tints of Mandarian Orange #97251F

Color information

#97251F (or 0x97251F) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 1F. RGB value is (151,37,31). Sum of RGB (Red+Green+Blue) = 151+37+31=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #97251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97251F is #68DAE0. Grayscale: #464646. Windows color (decimal): -6871777 or 2041239. OLE color: 2041239.

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

Color convert

RGB1513731-
CMYK00.750.790.41
HSL65.93%35.69%-
HSV(B)79.47%59.22%-
XYZ13.6782.12-
YUV70.4105.77185.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.95%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=68.95%
G=16.89%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151373100.750.790.41365.9335.69
Hex97251F04B4F2934224
Octal2274537011311751310244
Binary1001011110010111111010010111001111101001111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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