#972525

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

Shades of Mandarian Orange #972525

Tints of Mandarian Orange #972525

Color information

#972525 (or 0x972525) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 25. RGB value is (151,37,37). Sum of RGB (Red+Green+Blue) = 151+37+37=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972525 is #68DADA. Grayscale: #474747. Windows color (decimal): -6871771 or 2434455. OLE color: 2434455.

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

Color convert

RGB1513737-
CMYK00.750.750.41
HSL60.64%36.86%-
HSV(B)75.5%59.22%-
XYZ13.768.042.58-
YUV71.09108.77185-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=67.11%
G=16.44%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151373700.750.750.41060.6436.86
Hex97252504B4B2903d25
Octal227454501131135107545
Binary100101111001011001010100101110010111010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972525; }

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

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

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

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

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

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

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

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