#723271

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

Shades of Seance #723271

Tints of Seance #723271

Color information

#723271 (or 0x723271) is unknown color: approx Seance. HEX triplet: 72, 32 and 71. RGB value is (114,50,113). Sum of RGB (Red+Green+Blue) = 114+50+113=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #723271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723271 is #8DCD8E. Grayscale: #4C4C4C. Windows color (decimal): -9293199 or 7418482. OLE color: 7418482.

HSL color Cylindrical-coordinate representation of color #723271: hue angle of 300.94º 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 #723271 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11450113-
CMYK00.560.010.55
HSL300.94º39.02%32.16%-
HSV(B)300.94º56.14%44.71%-
XYZ11.067.0516.4-
YUV76.32148.7154.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=41.16%
G=18.05%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145011300.560.010.55300.9439.0232.16
Hex72327103813712d2720
Octal162621610701674554740
Binary1110010110010111000101110001110111100101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723271; }

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

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

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

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

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

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

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

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