#73376C

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

Shades of Seance #73376C

Tints of Seance #73376C

Color information

#73376C (or 0x73376C) is unknown color: approx Seance. HEX triplet: 73, 37 and 6C. RGB value is (115,55,108). Sum of RGB (Red+Green+Blue) = 115+55+108=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73376C is #8CC893. Grayscale: #4E4E4E. Windows color (decimal): -9226388 or 7092083. OLE color: 7092083.

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

Color convert

RGB11555108-
CMYK00.520.060.55
HSL307º35.29%33.33%-
HSV(B)307º52.17%45.1%-
XYZ11.147.4615.04-
YUV78.98144.38153.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=41.37%
G=19.78%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155510800.520.060.5530735.2933.33
Hex73376C0346371332321
Octal163671540646674634341
Binary111001111011111011000110100110110111100110011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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