#723370

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

Shades of Seance #723370

Tints of Seance #723370

Color information

#723370 (or 0x723370) is unknown color: approx Seance. HEX triplet: 72, 33 and 70. RGB value is (114,51,112). Sum of RGB (Red+Green+Blue) = 114+51+112=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #723370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723370 is #8DCC8F. Grayscale: #4C4C4C. Windows color (decimal): -9292944 or 7353202. OLE color: 7353202.

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

Color convert

RGB11451112-
CMYK00.550.020.55
HSL301.9º38.18%32.35%-
HSV(B)301.9º55.26%44.71%-
XYZ11.057.1116.12-
YUV76.79147.87154.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=41.16%
G=18.41%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145111200.550.020.55301.938.1832.35
Hex72337003723712e2620
Octal162631600672674564640
Binary11100101100111110000011011110110111100101110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723370; }

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

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

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

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

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

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

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

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