#972B25

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

Shades of Mandarian Orange #972B25

Tints of Mandarian Orange #972B25

Color information

#972B25 (or 0x972B25) is unknown color: approx Mandarian Orange. HEX triplet: 97, 2B and 25. RGB value is (151,43,37). Sum of RGB (Red+Green+Blue) = 151+43+37=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #972B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B25 is #68D4DA. Grayscale: #4A4A4A. Windows color (decimal): -6870235 or 2435991. OLE color: 2435991.

HSL color Cylindrical-coordinate representation of color #972B25: hue angle of 3.16º 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 #972B25 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1514337-
CMYK00.720.750.41
HSL3.16º60.64%36.86%-
HSV(B)3.16º75.5%59.22%-
XYZ13.968.442.64-
YUV74.61106.78182.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.37%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=65.37%
G=18.61%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151433700.720.750.413.1660.6436.86
Hex972B250484B2933d25
Octal227534501101135137545
Binary1001011110101110010101001000100101110100111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972B25; }

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

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

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

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

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

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

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

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