#723272

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

Shades of Eminence #723272

Tints of Eminence #723272

Color information

#723272 (or 0x723272) is unknown color: approx Eminence. HEX triplet: 72, 32 and 72. RGB value is (114,50,114). Sum of RGB (Red+Green+Blue) = 114+50+114=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #723272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723272 is #8DCD8D. Grayscale: #4C4C4C. Windows color (decimal): -9293198 or 7484018. OLE color: 7484018.

HSL color Cylindrical-coordinate representation of color #723272: hue angle of 300º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723272 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11450114-
CMYK00.5600.55
HSL300º39.02%32.16%-
HSV(B)300º56.14%44.71%-
XYZ11.127.0716.7-
YUV76.43149.2154.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=41.01%
G=17.99%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145011400.5600.5530039.0232.16
Hex72327203803712c2720
Octal162621620700674544740
Binary1110010110010111001001110000110111100101100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723272; }

 p { color: rgb(114,50,114); }

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

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

 a { background-color: rgb(114,50,114); }

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

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

 span { border-color: rgb(114,50,114); }

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