#972826

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

Shades of Mandarian Orange #972826

Tints of Mandarian Orange #972826

Color information

#972826 (or 0x972826) is unknown color: approx Mandarian Orange. HEX triplet: 97, 28 and 26. RGB value is (151,40,38). Sum of RGB (Red+Green+Blue) = 151+40+38=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972826 is #68D7D9. Grayscale: #494949. Windows color (decimal): -6871002 or 2500759. OLE color: 2500759.

HSL color Cylindrical-coordinate representation of color #972826: hue angle of 1.06º degrees, saturation: 0.6, 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 #972826 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1514038-
CMYK00.740.750.41
HSL1.06º59.79%37.06%-
HSV(B)1.06º74.83%59.22%-
XYZ13.878.242.69-
YUV72.96108.27183.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.94%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=65.94%
G=17.47%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151403800.740.750.411.0659.7937.06
Hex97282604A4B2913c25
Octal227504601121135117445
Binary100101111010001001100100101010010111010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972826; }

 p { color: rgb(151,40,38); }

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

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

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

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

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

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

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