#72346F

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

Shades of Seance #72346F

Tints of Seance #72346F

Color information

#72346F (or 0x72346F) is unknown color: approx Seance. HEX triplet: 72, 34 and 6F. RGB value is (114,52,111). Sum of RGB (Red+Green+Blue) = 114+52+111=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72346F is #8DCB90. Grayscale: #4D4D4D. Windows color (decimal): -9292689 or 7287922. OLE color: 7287922.

HSL color Cylindrical-coordinate representation of color #72346F: hue angle of 302.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72346F is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11452111-
CMYK00.540.030.55
HSL302.9º37.35%32.55%-
HSV(B)302.9º54.39%44.71%-
XYZ11.047.1815.84-
YUV77.26147.04154.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=41.16%
G=18.77%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145211100.540.030.55302.937.3532.55
Hex72346F03633712f2521
Octal162641570663674574541
Binary11100101101001101111011011011110111100101111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72346F; }

 p { color: rgb(114,52,111); }

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

<style>
 a { background-color: #72346F; }

 a { background-color: rgb(114,52,111); }

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

<style>
 span { border-color: #72346F; }

 span { border-color: rgb(114,52,111); }

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