#72316F

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

Shades of Seance #72316F

Tints of Seance #72316F

Color information

#72316F (or 0x72316F) is unknown color: approx Seance. HEX triplet: 72, 31 and 6F. RGB value is (114,49,111). Sum of RGB (Red+Green+Blue) = 114+49+111=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72316F is #8DCE90. Grayscale: #4B4B4B. Windows color (decimal): -9293457 or 7287154. OLE color: 7287154.

HSL color Cylindrical-coordinate representation of color #72316F: hue angle of 302.77º 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 #72316F is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11449111-
CMYK00.570.030.55
HSL302.77º39.88%31.96%-
HSV(B)302.77º57.02%44.71%-
XYZ10.916.9215.8-
YUV75.5148.03155.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=41.61%
G=17.88%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144911100.570.030.55302.7739.8831.96
Hex72316F03933712f2820
Octal162611570713674575040
Binary11100101100011101111011100111110111100101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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