#73386C

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

Shades of Seance #73386C

Tints of Seance #73386C

Color information

#73386C (or 0x73386C) is unknown color: approx Seance. HEX triplet: 73, 38 and 6C. RGB value is (115,56,108). Sum of RGB (Red+Green+Blue) = 115+56+108=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73386C is #8CC793. Grayscale: #4F4F4F. Windows color (decimal): -9226132 or 7092339. OLE color: 7092339.

HSL color Cylindrical-coordinate representation of color #73386C: hue angle of 307.12º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73386C is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11556108-
CMYK00.510.060.55
HSL307.12º34.5%33.53%-
HSV(B)307.12º51.3%45.1%-
XYZ11.197.5615.06-
YUV79.57144.05153.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=41.22%
G=20.07%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155610800.510.060.55307.1234.533.53
Hex73386C0336371332322
Octal163701540636674634342
Binary111001111100011011000110011110110111100110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73386C; }

 p { color: rgb(115,56,108); }

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

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

 a { background-color: rgb(115,56,108); }

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

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

 span { border-color: rgb(115,56,108); }

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