#723270

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

Shades of Seance #723270

Tints of Seance #723270

Color information

#723270 (or 0x723270) is unknown color: approx Seance. HEX triplet: 72, 32 and 70. RGB value is (114,50,112). Sum of RGB (Red+Green+Blue) = 114+50+112=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #723270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723270 is #8DCD8F. Grayscale: #4C4C4C. Windows color (decimal): -9293200 or 7352946. OLE color: 7352946.

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

Color convert

RGB11450112-
CMYK00.560.020.55
HSL301.88º39.02%32.16%-
HSV(B)301.88º56.14%44.71%-
XYZ117.0316.11-
YUV76.2148.2154.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=41.30%
G=18.12%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145011200.560.020.55301.8839.0232.16
Hex72327003823712e2720
Octal162621600702674564740
Binary11100101100101110000011100010110111100101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723270; }

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

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

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

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

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

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

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

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