#72366D

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

Shades of Seance #72366D

Tints of Seance #72366D

Color information

#72366D (or 0x72366D) is unknown color: approx Seance. HEX triplet: 72, 36 and 6D. RGB value is (114,54,109). Sum of RGB (Red+Green+Blue) = 114+54+109=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72366D is #8DC992. Grayscale: #4E4E4E. Windows color (decimal): -9292179 or 7157362. OLE color: 7157362.

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

Color convert

RGB11454109-
CMYK00.530.040.55
HSL305º35.71%32.94%-
HSV(B)305º52.63%44.71%-
XYZ11.027.3215.3-
YUV78.21145.38153.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=41.16%
G=19.49%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145410900.530.040.5530535.7132.94
Hex72366D0354371312421
Octal162661550654674614441
Binary111001011011011011010110101100110111100110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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