#97251A

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

Shades of Mandarian Orange #97251A

Tints of Mandarian Orange #97251A

Color information

#97251A (or 0x97251A) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 1A. RGB value is (151,37,26). Sum of RGB (Red+Green+Blue) = 151+37+26=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97251A is #68DAE5. Grayscale: #454545. Windows color (decimal): -6871782 or 1713559. OLE color: 1713559.

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

Color convert

RGB1513726-
CMYK00.750.830.41
HSL5.28º70.62%34.71%-
HSV(B)5.28º82.78%59.22%-
XYZ13.617.981.8-
YUV69.83103.27185.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.56%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=70.56%
G=17.29%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151372600.750.830.415.2870.6234.71
Hex97251A04B532954723
Octal2274532011312351510743
Binary10010111100101110100100101110100111010011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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