#972727

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

Shades of Mandarian Orange #972727

Tints of Mandarian Orange #972727

Color information

#972727 (or 0x972727) is unknown color: approx Mandarian Orange. HEX triplet: 97, 27 and 27. RGB value is (151,39,39). Sum of RGB (Red+Green+Blue) = 151+39+39=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972727 is #68D8D8. Grayscale: #484848. Windows color (decimal): -6871257 or 2566039. OLE color: 2566039.

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

Color convert

RGB1513939-
CMYK00.740.740.41
HSL58.95%37.25%-
HSV(B)74.17%59.22%-
XYZ13.858.182.77-
YUV72.49109.11184-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.94%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 39 (15.62% from 255) = 17.03%
R=65.94%
G=17.03%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151393900.740.740.41058.9537.25
Hex97272704A4A2903b25
Octal227474701121125107345
Binary100101111001111001110100101010010101010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972727; }

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

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

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

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

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

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

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

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