#73366C

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

Shades of Seance #73366C

Tints of Seance #73366C

Color information

#73366C (or 0x73366C) is unknown color: approx Seance. HEX triplet: 73, 36 and 6C. RGB value is (115,54,108). Sum of RGB (Red+Green+Blue) = 115+54+108=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73366C is #8CC993. Grayscale: #4E4E4E. Windows color (decimal): -9226644 or 7091827. OLE color: 7091827.

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

Color convert

RGB11554108-
CMYK00.530.060.55
HSL306.89º36.09%33.14%-
HSV(B)306.89º53.04%45.1%-
XYZ11.17.3715.02-
YUV78.4144.71154.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=41.52%
G=19.49%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155410800.530.060.55306.8936.0933.14
Hex73366C0356371332421
Octal163661540656674634441
Binary111001111011011011000110101110110111100110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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