#72366C

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

Shades of Seance #72366C

Tints of Seance #72366C

Color information

#72366C (or 0x72366C) is unknown color: approx Seance. HEX triplet: 72, 36 and 6C. RGB value is (114,54,108). Sum of RGB (Red+Green+Blue) = 114+54+108=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72366C is #8DC993. Grayscale: #4D4D4D. Windows color (decimal): -9292180 or 7091826. OLE color: 7091826.

HSL color Cylindrical-coordinate representation of color #72366C: hue angle of 306º 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 #72366C is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11454108-
CMYK00.530.050.55
HSL306º35.71%32.94%-
HSV(B)306º52.63%44.71%-
XYZ10.977.315.02-
YUV78.1144.88153.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=41.30%
G=19.57%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145410800.530.050.5530635.7132.94
Hex72366C0355371322421
Octal162661540655674624441
Binary111001011011011011000110101101110111100110010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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