#72316D

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

Shades of Seance #72316D

Tints of Seance #72316D

Color information

#72316D (or 0x72316D) is unknown color: approx Seance. HEX triplet: 72, 31 and 6D. RGB value is (114,49,109). Sum of RGB (Red+Green+Blue) = 114+49+109=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72316D is #8DCE92. Grayscale: #4B4B4B. Windows color (decimal): -9293459 or 7156082. OLE color: 7156082.

HSL color Cylindrical-coordinate representation of color #72316D: hue angle of 304.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72316D is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11449109-
CMYK00.570.040.55
HSL304.62º39.88%31.96%-
HSV(B)304.62º57.02%44.71%-
XYZ10.86.8815.23-
YUV75.27147.03155.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=41.91%
G=18.01%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144910900.570.040.55304.6239.8831.96
Hex72316D0394371312820
Octal162611550714674615040
Binary111001011000111011010111001100110111100110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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